diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index 247aaf2..e468d9b 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -1,7 +1,7 @@ allow system_server sysfs_homebutton:file rw_file_perms; allow system_server sysfs_homebutton:dir r_dir_perms; -allow system_server persist_file:dir rw_dir_perms; -allow system_server persist_file:file rw_file_perms; +allow system_server persist_file:dir create_dir_perms; +allow system_server persist_file:file create_file_perms; allow system_server rild:binder transfer; allow system_server sysfs_capsense:dir search; allow system_server sysfs_capsense:file rw_file_perms;