a385501738
* Set up persistent properties for devices with a /persist partition. Change-Id: I78974dd4e25831338462c91fc25e36e343795510
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
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 };
|