summaryrefslogtreecommitdiffstats
path: root/sepolicy/system_server.te
blob: b6a65ee262ac340c6544b9623feb7679cc6cf7b5 (plain)
1
2
3
4
5
6
allow system_server recovery_cache_file:dir rw_dir_perms;
allow system_server recovery_cache_file:file create_file_perms;

# Persistent properties
allow system_server persist_property_file:dir rw_dir_perms;
allow system_server persist_property_file:file { create_file_perms unlink };