Security Isolated Application Virtualization Framework in Android

Jun-hang HOU,Zhe-min YANG,Min YANG
DOI: https://doi.org/10.3969/j.issn.1000-1220.2019.09.033
2019-01-01
Abstract:Application (app for short) virtualization becomes popular in Android driven by the increasing need for app customization. The existing virtualization frameworks cannot afford a effective isolation of storage and permission for virtualized apps. Android sand-box mechanism is not suitable for app virtualization. In this paper, we design and implement a security isolated app virtualization framework named SecureAppV. SecureAppV allocates different sandboxes for each target app instance,supports a flexible communica-tion between sandboxes and manages sandbox permissions and communication process using user-defined rules. Besides,SecureAppV supports that third party apps launch virtualized apps using implicit Intents. The evaluation shows that SecureAppV provides a strong i-solation of storage and permissions,a high availability and causes a 5. 92% performance loss only.
What problem does this paper attempt to address?