blob: b976b91879ed85a34e98e032c07ce622e1f76537 [file] [log] [blame]
Yabin Cuiffa2b612018-11-02 14:34:06 -07001type runas_app, domain;
2typeattribute runas_app coredomain;
3
4app_domain(runas_app)
5untrusted_app_domain(runas_app)
6net_domain(runas_app)
7bluetooth_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.
11allow runas_app app_data_file:file execute_no_trans;