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 | |||||
9 | # The ability to call exec() on files in the apps home directories | ||||
10 | # when using run-as on a debuggable app. Needed by simpleperf. | ||||
11 | allow runas_app app_data_file:file execute_no_trans; |