diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2019-01-06 19:23:44 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2019-01-15 16:25:44 +0200 |
commit | 2243917810a1d721887095488adc880d6d916573 (patch) | |
tree | d1180660f6bf95811835fcc153854e419d609f38 /legacy-common | |
parent | 172cfcd07df3fbd07a76a045ae8d6057ca153271 (diff) | |
download | android_device_qcom_sepolicy-legacy-2243917810a1d721887095488adc880d6d916573.tar.gz android_device_qcom_sepolicy-legacy-2243917810a1d721887095488adc880d6d916573.tar.bz2 android_device_qcom_sepolicy-legacy-2243917810a1d721887095488adc880d6d916573.zip |
legacy: Label /sys/devices/mdp.0/caps
* Matches newer SoC paths label
Change-Id: Ic75f358ed2f2568b77c65ea43bff0bc86dccf55d
Diffstat (limited to 'legacy-common')
-rw-r--r-- | legacy-common/file_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy-common/file_contexts b/legacy-common/file_contexts index 484808f..3da692a 100644 --- a/legacy-common/file_contexts +++ b/legacy-common/file_contexts @@ -30,6 +30,7 @@ /sys/devices(/platform)?/soc\.0/qpnp-vm-bms-[a-z0-9]+/power_supply/bms(/.*)? u:object_r:sysfs_battery_supply:s0 # Graphics +/sys/devices/mdp\.0/caps u:object_r:sysfs_graphics:s0 /sys/devices(/platform)?/soc\.0/[a-z0-9]+\.qcom,mdss_mdp/qcom,mdss_fb_primary\.[0-9]+/leds/lcd-backlight(/.*)? u:object_r:sysfs_graphics:s0 /sys/devices(/platform)?/soc\.0/[a-z0-9]+\.qcom,mdss_mdp/caps u:object_r:sysfs_graphics:s0 |