blob: 00baa83fa2b5e9ccd6d2acdd4d7143540d3bc31a [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
Nick Kralevichb3624742018-12-12 09:06:39 -08009# 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.
12allow runas_app app_data_file:file { execute_no_trans execute };