diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index 5ef09f6..247aaf2 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -1,3 +1,5 @@ +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 rild:binder transfer;