diff options
Diffstat (limited to 'sepolicy/system_server.te')
-rw-r--r-- | sepolicy/system_server.te | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index 431e096..631fa7b 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -1,6 +1,6 @@ -allow system_server alarm_boot_prop:file { read open getattr }; +allow system_server alarm_boot_prop:file r_file_perms; allow system_server persist_file:dir write; -allow system_server sysfs_fpc_utouch_disable:file rw_file_perms; +allow system_server sysfs_fingerprint:file rw_file_perms; allow system_server install_data_file:file getattr; |