Home | History | Annotate | Download | only in sepolicy

Lines Matching full:platform_app

5 type platform_app, domain;
6 app_domain(platform_app)
8 net_domain(platform_app)
10 bluetooth_domain(platform_app)
12 allow platform_app shell_data_file:dir search;
13 allow platform_app shell_data_file:file { open getattr read };
16 allow platform_app { apk_tmp_file apk_private_tmp_file }:dir rw_dir_perms;
17 allow platform_app { apk_tmp_file apk_private_tmp_file }:file rw_file_perms;
18 allow platform_app apk_private_data_file:dir search;
20 allow platform_app asec_apk_file:dir create_dir_perms;
21 allow platform_app asec_apk_file:file create_file_perms;
24 allow platform_app media_rw_data_file:dir create_dir_perms;
25 allow platform_app media_rw_data_file:file create_file_perms;
28 allow platform_app cache_file:dir create_dir_perms;
29 allow platform_app cache_file:file create_file_perms;