diff options
Diffstat (limited to 'sepolicy/system_server.te')
-rw-r--r-- | sepolicy/system_server.te | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te index 503b1df..7bd7016 100644 --- a/sepolicy/system_server.te +++ b/sepolicy/system_server.te @@ -1,5 +1,6 @@ allow system_server persist_file:dir { read write }; allow system_server proc_touchpanel:dir search; -allow system_server proc_touchpanel:file { write open getattr read }; -allow system_server sensors_persist_file:file { read getattr open }; +allow system_server proc_touchpanel:file rw_file_perms; +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; |