diff options
Diffstat (limited to 'sepolicy/system_app.te')
-rw-r--r-- | sepolicy/system_app.te | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te index d4f37b1..f9df2ec 100644 --- a/sepolicy/system_app.te +++ b/sepolicy/system_app.te @@ -1,2 +1,4 @@ allow system_app proc_touchpanel:dir search; -allow system_app proc_touchpanel:file { write read getattr open read }; +allow system_app proc_touchpanel:file rw_file_perms; + +allow system_app sysfs_fpc_proximity:file rw_file_perms; |