Yabin Cui | ffa2b61 | 2018-11-02 14:34:06 -0700 | [diff] [blame] | 1 | type runas_app, domain; |
2 | typeattribute runas_app coredomain; | ||||
3 | |||||
4 | app_domain(runas_app) | ||||
5 | untrusted_app_domain(runas_app) | ||||
6 | net_domain(runas_app) | ||||
7 | bluetooth_domain(runas_app) | ||||
8 | |||||
Nick Kralevich | b362474 | 2018-12-12 09:06:39 -0800 | [diff] [blame] | 9 | # The ability to call exec() or dlopen() on app /data/data |
10 | # files when using run-as on a debuggable app. | ||||
11 | # Needed by simpleperf. | ||||
12 | allow runas_app app_data_file:file { execute_no_trans execute }; |