diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2019-02-13 17:03:23 +0200 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2019-03-09 22:41:06 +0300 |
| commit | 29871fe7ad3344c041c33c67df0c04ad75a27432 (patch) | |
| tree | 52000cd2bd8d1fd3adda077639139a68f2801f16 | |
| parent | 5b0e8885552cb39acdece6547c2c655f162727b8 (diff) | |
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 |
