diff options
Diffstat (limited to 'sepolicy/system_server.te')
-rw-r--r-- | sepolicy/system_server.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index e9c07c8..64cdc0a 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -5,6 +5,7 @@ allow system_server sensors_persist_file:file r_file_perms; allow system_server sensors_persist_file:dir search; allow system_server proc_stat:file r_file_perms; allow system_server unlabeled:file unlink; +allow system_server sysfs_fpc_utouch_disable:file rw_file_perms; get_prop(system_server, diag_prop); allow system_server diag_device:chr_file { read write }; allow system_server drmserver:process setsched; |