diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-01-19 15:42:00 +0000 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-25 17:06:44 +0100 |
commit | e03f3220a3bb949ca5c11b78de3c6ce5228b0d19 (patch) | |
tree | 69e5478269bda2d50354ce8c6f821c37e5075833 /sepolicy/file_contexts | |
parent | 01a7a3c04cde89a3ba8c81d55c3d29d9309ae8b5 (diff) |
msm8996-common: Convert lights HAL into a native binderized HAL
Change-Id: If41458e22b9a67a5c2a415571723917df1904aa1
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 2f977f9..90d9a88 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -25,6 +25,11 @@ /system/bin/wcnss_filter u:object_r:wcnss_filter_exec:s0 /data/time(/.*)? u:object_r:time_data_file:s0 +# lights +/sys/devices/soc/75b7000\.i2c/i2c-9/9-[0-9a-f]+/leds(/.*)? u:object_r:sysfs_leds:s0 +/sys/devices/soc/leds-qpnp-[0-9]+/leds(/.*)? u:object_r:sysfs_leds:s0 +/(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service.zuk_8996 u:object_r:hal_light_default_exec:s0 + # persist /dev/block/mmcblk0p40 u:object_r:persist_block_device:s0 /persist/rfs(/.*)? u:object_r:rfs_file:s0 |