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_contexts | |
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_contexts')
-rw-r--r-- | sepolicy/file_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 844cbaf..979f833 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -14,6 +14,7 @@ /data/fpc_images(/.*)? u:object_r:fpc_images_file:s0 /sys/devices/soc/soc:fpc_fpc1020/irq u:object_r:sysfs_fpc_irq:s0 /sys/devices/soc/soc:fpc_fpc1020/proximity_state u:object_r:sysfs_fpc_proximity:s0 +/sys/devices/soc/soc:fpc1020/utouch_disable u:object_r:sysfs_fpc_utouch_disable:s0 /dev/dash u:object_r:input_device:s0 /sys/devices/soc/.*ssusb/power_supply/usb(/.*)? u:object_r:sysfs_usb_supply:s0 |