2013-07-13 01:33:29 +02:00
|
|
|
###
|
|
|
|
### Services with isolatedProcess=true in their manifest.
|
|
|
|
###
|
|
|
|
### This file defines the rules for isolated apps. An "isolated
|
|
|
|
### app" is an APP with UID between AID_ISOLATED_START (99000)
|
|
|
|
### and AID_ISOLATED_END (99999).
|
|
|
|
###
|
|
|
|
### isolated_app includes all the appdomain rules, plus the
|
|
|
|
### additional following rules:
|
|
|
|
###
|
|
|
|
|
|
|
|
type isolated_app, domain;
|
|
|
|
app_domain(isolated_app)
|
2014-02-24 16:48:03 +01:00
|
|
|
net_domain(isolated_app)
|
2014-06-28 00:19:04 +02:00
|
|
|
|
|
|
|
# read and write access to app_data_file is already
|
|
|
|
# granted via app.te. Allow execute.
|
|
|
|
# Needed to allow dlopen() from Chrome renderer processes.
|
|
|
|
# See b/15902433 for details.
|
|
|
|
allow isolated_app app_data_file:file execute;
|