diff options
author | Ondrej Hlavac <hlavaco@gmail.com> | 2017-03-25 11:48:09 +0100 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-07-13 10:09:47 +0200 |
commit | be70b922efe0dc4727aa323c94e00f61d5b13643 (patch) | |
tree | 45202629d4b64f61b43cbd0f86d6089f84fa85b9 /sepolicy/file.te | |
parent | 481aab22e15246195978af672aee3c260a64bae8 (diff) |
z2_plus: Fix KeyDisabler
- fix path in cmhw
- change permissions on boot for sysfs
- add selinux rule for sysfs
Diffstat (limited to 'sepolicy/file.te')
-rw-r--r-- | sepolicy/file.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te index 27942cb..1ba40c1 100644 --- a/sepolicy/file.te +++ b/sepolicy/file.te @@ -2,6 +2,7 @@ type fpc_data_file, file_type; type fpc_images_file, file_type; type sysfs_fpc_irq, sysfs_type, fs_type; type sysfs_fpc_proximity, sysfs_type, fs_type; +type sysfs_fpc_utouch_disable, fs_type, sysfs_type; type proc_touchpanel, fs_type; type nv_data_file, file_type; type proc_stat, fs_type; |