HomeSort by relevance Sort by last modified time
    Searched refs:system_app (Results 1 - 2 of 2) sorted by null

  /system/sepolicy/
system_app.te 6 type system_app, domain, domain_deprecated;
7 app_domain(system_app)
8 net_domain(system_app)
9 binder_service(system_app)
12 allow system_app system_app_data_file:dir create_dir_perms;
13 allow system_app system_app_data_file:{ file lnk_file } create_file_perms;
16 allow system_app misc_user_data_file:dir create_dir_perms;
17 allow system_app misc_user_data_file:file create_file_perms;
20 allow system_app mnt_media_rw_file:dir search;
23 allow system_app wallpaper_file:file r_file_perms
    [all...]
te_macros 287 # Non system_app application set
289 define(`non_system_app_set', `{ appdomain -system_app }')

Completed in 278 milliseconds