1### 2### Services with isolatedProcess=true in their manifest. 3### 4### This file defines the rules for isolated apps. An "isolated 5### app" is an APP with UID between AID_ISOLATED_START (99000) 6### and AID_ISOLATED_END (99999). 7### 8### isolated_app includes all the appdomain rules, plus the 9### additional following rules: 10### 11 12type isolated_app, domain; 13app_domain(isolated_app) 14net_domain(isolated_app) 15 16# read and write access to app_data_file is already 17# granted via app.te. Allow execute. 18# Needed to allow dlopen() from Chrome renderer processes. 19# See b/15902433 for details. 20allow isolated_app app_data_file:file execute; 21