2018-11-02 22:34:06 +01:00
|
|
|
type runas_app, domain;
|
|
|
|
typeattribute runas_app coredomain;
|
|
|
|
|
|
|
|
app_domain(runas_app)
|
|
|
|
untrusted_app_domain(runas_app)
|
|
|
|
net_domain(runas_app)
|
|
|
|
bluetooth_domain(runas_app)
|
|
|
|
|
2018-12-12 18:06:39 +01:00
|
|
|
# The ability to call exec() or dlopen() on app /data/data
|
|
|
|
# files when using run-as on a debuggable app.
|
|
|
|
# Needed by simpleperf.
|
|
|
|
allow runas_app app_data_file:file { execute_no_trans execute };
|