msm8953-common: sepolicy: Address light hal

This commit is contained in:
jeangraff30
2020-11-15 18:47:46 +01:00
parent 7535f9d5ae
commit d68a31c631
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
/(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-fpcservice u:object_r:hal_fingerprint_fpc_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service-ets u:object_r:hal_fingerprint_fpc_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service\.msm8953 u:object_r:hal_light_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service.motorola_msm8953 u:object_r:hal_light_default_exec:s0
/(vendor|system/vendor)/bin/init\.mmi\.(laser|usb)\.sh u:object_r:qti_init_shell_exec:s0
/(vendor|system/vendor)/bin/init\.qcom\.power\.sh u:object_r:qti_init_shell_exec:s0
/(vendor|system/vendor)/bin/perfd u:object_r:perfd_exec:s0

View File

@@ -1 +1 @@
allow hal_light_default sysfs_leds:file rw_file_perms;
allow hal_light_default sysfs:file { open getattr write };