A Secure, Usable, and Transparent Middleware for Permission Managers on Android

作者:Wang, Daibin*; Yao, Haixia; Li, Yingjiu; Jin, Hai; Zou, Deqing; Deng, Robert H.
来源:IEEE Transactions on Dependable and Secure Computing, 2017, 14(4): 350-362.
DOI:10.1109/TDSC.2015.2479613

摘要

Android's permission system offers an all-or-nothing choice when installing an app. To make it more flexible and finegrained, users may choose a popular app tool, called permission manager, to selectively grant or revoke an app's permissions at runtime. A fundamental requirement for such permission manager is that the granted or revoked permissions should be enforced faithfully. However, we discover that none of existing permission managers meet this requirement due to permission leaks, in which an unprivileged app can exercise certain permissions which are revoked or not-granted through communicating with a privileged app. To address this problem, we propose a secure, usable, and transparent OS-level middleware for any permission manager to defend against the permission leaks. The middleware is provably secure in a sense that it can effectively block all possible permission leaks. The middleware is designed to have a minimal impact on the usability of running apps. In addition, the middleware is transparent to users and app developers and it requires minor modifications on permission managers and Android OS. Finally, our evaluation shows that the middleware incurs relatively low performance overhead and power consumption.