Home | History | Annotate | Download | only in sepolicy

Lines Matching refs:allow

30 allow untrusted_app app_data_file:file { rx_file_perms execmod };
32 allow untrusted_app tun_device:chr_file rw_file_perms;
35 allow untrusted_app asec_apk_file:file r_file_perms;
37 allow untrusted_app asec_public_file:file { execute execmod };
39 # Allow the allocation and use of ptys
47 allow untrusted_app shell_data_file:file r_file_perms;
48 allow untrusted_app shell_data_file:dir r_dir_perms;
50 # b/18504118: Allow reads from /data/anr/traces.txt
56 allow untrusted_app anr_data_file:file r_file_perms;
64 allow untrusted_app mtp_device:chr_file rw_file_perms;
67 allow untrusted_app media_rw_data_file:dir create_dir_perms;
68 allow untrusted_app media_rw_data_file:file create_file_perms;
71 allow untrusted_app cache_file:dir create_dir_perms;
72 allow untrusted_app cache_file:file create_file_perms;
88 # Do not allow untrusted apps to register services.
93 # Do not allow untrusted_apps to connect to the property service
99 # Allow verifier to access staged apks.
100 allow untrusted_app { apk_tmp_file apk_private_tmp_file }:dir r_dir_perms;
101 allow untrusted_app { apk_tmp_file apk_private_tmp_file }:file r_file_perms;