diff options
author | Michael Bestas <mkbestas@lineageos.org> | 2019-02-13 17:03:23 +0200 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2019-02-13 17:03:23 +0200 |
commit | 1bd5850d8d1c43fd1197c814637bf08fdf7cb4df (patch) | |
tree | bf9bdbd9ba698fb28532410447075c0e7dc25bd2 | |
parent | b49a3dddeb9e7aff6ae9cf250a7209e4318f318b (diff) | |
download | android_device_qcom_sepolicy-legacy-1bd5850d8d1c43fd1197c814637bf08fdf7cb4df.tar.gz android_device_qcom_sepolicy-legacy-1bd5850d8d1c43fd1197c814637bf08fdf7cb4df.tar.bz2 android_device_qcom_sepolicy-legacy-1bd5850d8d1c43fd1197c814637bf08fdf7cb4df.zip |
legacy: Label /data/misc/display again
* Apparently it's still required for legacy mm-pp-daemon in order
to restore chosen color profile on boot
Change-Id: I0c4daace2e1045a87b9617949e2da9e577c2793c
-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 ffc8818..a381828 100644 --- a/legacy-common/file_contexts +++ b/legacy-common/file_contexts @@ -97,3 +97,6 @@ # CPU/perf /sys/module/msm_pm/modes/cpu[0-9](/.*)? u:object_r:sysfs_msm_perf:s0 /sys/devices/qcom,cpubw\.[0-9]+/devfreq/qcom,cpubw\.[0-9]+/governor u:object_r:sysfs_devfreq:s0 + +# Postprocessing +/data/misc/display(/.*)? u:object_r:display_vendor_data_file:s0 |