diff options
author | Fedor917 <cryscript@gmail.com> | 2016-11-10 16:08:06 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-11-10 16:08:06 +0700 |
commit | 1ebfb18a229b395c76b29e7266e2798090948ddd (patch) | |
tree | 4c7d3e22470915a48cfa714ea3335b1781efc1dd /sepolicy/system_app.te | |
parent | e20953eccb7d8b9125a37699b2cef2c8374fa3f0 (diff) |
Test some changes in sepolicy
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; |