diff options
author | Ramkumar Radhakrishnan <ramkumar@codeaurora.org> | 2018-08-01 15:31:00 -0700 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-13 00:20:25 +0800 |
commit | 3c7cb0169f54411773b125854ceaa3c50895398c (patch) | |
tree | b9703d5719a47b717ecfc083849096dca1ec61b8 | |
parent | 45990b484a838e3f27315c598eb5a674266a5e0d (diff) |
sepolicy_vndr: legacy: Allow system graphics to access pmic secure_mode nodes
Change-Id: I9fc932d76f9eceb157c0b48cf1d666cde6b55e59
CRs-Fixed: 2289554
-rw-r--r-- | legacy/vendor/common/file_contexts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy/vendor/common/file_contexts b/legacy/vendor/common/file_contexts index d81c3bd1..1232c3a0 100644 --- a/legacy/vendor/common/file_contexts +++ b/legacy/vendor/common/file_contexts @@ -438,6 +438,8 @@ /sys/devices/virtual/graphics/fb([0-3])+/config u:object_r:sysfs_graphics:s0 /sys/devices/virtual/rotator/mdss_rotator/caps u:object_r:sysfs_graphics:s0 /sys/devices/virtual/hdcp/msm_hdcp/min_level_change u:object_r:sysfs_graphics:s0 +/sys/class/lcd_bias/secure_mode u:object_r:sysfs_graphics:s0 +/sys/class/leds/wled/secure_mode u:object_r:sysfs_graphics:s0 /sys/devices/platform/soc/soc:qcom,cam-req-mgr/video4linux/video0/name u:object_r:sysfs_graphics:s0 /sys/devices/platform/cam_sync/video4linux/video1/name u:object_r:sysfs_graphics:s0 |