diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2019-01-15 17:40:05 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2019-01-15 17:40:29 +0200 |
commit | 45f2f6d9f334b64de89e5532f044ed703efbf11a (patch) | |
tree | 75a2f71a8066abcbb02c64dc5e6465778aae5470 | |
parent | c027144b02989d798ae80cbacf0af24389da76b2 (diff) | |
download | android_device_qcom_sepolicy-legacy-45f2f6d9f334b64de89e5532f044ed703efbf11a.tar.gz android_device_qcom_sepolicy-legacy-45f2f6d9f334b64de89e5532f044ed703efbf11a.tar.bz2 android_device_qcom_sepolicy-legacy-45f2f6d9f334b64de89e5532f044ed703efbf11a.zip |
sepolicy: Label msm8974 leds-qpnp sysfs
Change-Id: I871d9e06ce2a24c3dae34a144434030d64f428af
-rw-r--r-- | legacy-common/file_contexts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/legacy-common/file_contexts b/legacy-common/file_contexts index 4de621a..45ac5c6 100644 --- a/legacy-common/file_contexts +++ b/legacy-common/file_contexts @@ -84,3 +84,6 @@ # USB /sys/devices/msm_dwc3/[a-f0-9]+\.dwc3/gadget/lun[0-9]+(/.*)? u:object_r:sysfs_android_usb:s0 + +# LEDs +/sys/devices/leds-qpnp-[0-9]+/leds(/.*)? u:object_r:sysfs_leds:s0 |