123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- typeattribute untrusted_app_25 coredomain;
- app_domain(untrusted_app_25)
- untrusted_app_domain(untrusted_app_25)
- net_domain(untrusted_app_25)
- bluetooth_domain(untrusted_app_25)
- get_prop(untrusted_app_25, net_dns_prop)
- auditallow untrusted_app_25 net_dns_prop:file read;
- allow untrusted_app_25 proc_misc:file r_file_perms;
- allow untrusted_app_25 proc_tty_drivers:file r_file_perms;
- allow untrusted_app_25 { apk_data_file app_data_file asec_public_file }:file execmod;
- allow untrusted_app_25 app_data_file:file execute_no_trans;
- auditallow untrusted_app_25 app_data_file:file { execute execute_no_trans };
- allow untrusted_app_25 dex2oat_exec:file rx_file_perms;
- userdebug_or_eng(`auditallow untrusted_app_25 dex2oat_exec:file rx_file_perms;')
- allow untrusted_app_25 ashmem_device:chr_file rw_file_perms;
- auditallow untrusted_app_25 ashmem_device:chr_file open;
|