blob: be2fb2f40efaed7a39b49a21da658eea39a9d7ec (
plain)
1
2
3
4
5
6
7
8
|
# For the updaters
allow system_app recovery_cache_file:dir create_dir_perms;
allow system_app recovery_cache_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;
|