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/file_contexts | |
parent | e20953eccb7d8b9125a37699b2cef2c8374fa3f0 (diff) |
Test some changes in sepolicy
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 686f99b..75737a2 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -15,5 +15,17 @@ /data/fpc(/.*)? u:object_r:fpc_data_file:s0 /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/.*ssusb/power_supply/usb(/.*)? u:object_r:sysfs_usb_supply:s0 + +/sys/devices/soc/qpnp-smbcharger-[0-9a-f]+/power_supply/battery/capacity u:object_r:sysfs_batteryinfo:s0 +/sys/devices/soc/qpnp-smbcharger-[0-9a-f]+/power_supply/battery/current_now u:object_r:sysfs_batteryinfo:s0 +/sys/devices/soc/qpnp-smbcharger-[0-9a-f]+/power_supply/battery/voltage_now u:object_r:sysfs_batteryinfo:s0 +/sys/devices/soc/qpnp-smbcharger-[0-9a-f]+/power_supply/battery/temp u:object_r:sysfs_batteryinfo:s0 + +/sys/kernel/debug/msm_core(/.*)? u:object_r:debugfs_msm_core:s0 + +/sys/kernel/debug/rmt_storage/rmts u:object_r:debugfs_rmts:s0 /system/bin/ifaadaemon u:object_r:ifaadaemon_exec:s0 |