platform_vendor_tequila/sepolicy/system_app.te

9 lines
332 B
Text
Raw Normal View History

# For the updaters
allow system_app cache_recovery_file:dir create_dir_perms;
allow system_app cache_recovery_file:file create_file_perms;
allow system_app media_rw_data_file:dir create_dir_perms;
allow system_app media_rw_data_file:file create_file_perms;
# Boot animation
allow system_app ctl_bootanim_prop:property_service set;