diff options
author | Kevin F. Haggerty <haggertk@lineageos.org> | 2018-11-12 14:46:11 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2019-01-15 19:01:17 +0200 |
commit | 498f095e1aca18268f855a7188db77dca0b2911e (patch) | |
tree | 8ee00da6e6dfd79636181813b28edfaeaf9e7983 /legacy-common | |
parent | 45f2f6d9f334b64de89e5532f044ed703efbf11a (diff) | |
download | android_device_qcom_sepolicy-legacy-498f095e1aca18268f855a7188db77dca0b2911e.tar.gz android_device_qcom_sepolicy-legacy-498f095e1aca18268f855a7188db77dca0b2911e.tar.bz2 android_device_qcom_sepolicy-legacy-498f095e1aca18268f855a7188db77dca0b2911e.zip |
sepolicy: Label msm_pm sysfs as sysfs_msm_perf
Change-Id: I23d69f0442d126b2a6ac3aaeda5032856a4483f2
Diffstat (limited to 'legacy-common')
-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 45ac5c6..03bf700 100644 --- a/legacy-common/file_contexts +++ b/legacy-common/file_contexts @@ -87,3 +87,6 @@ # LEDs /sys/devices/leds-qpnp-[0-9]+/leds(/.*)? u:object_r:sysfs_leds:s0 + +# CPU/perf +/sys/module/msm_pm/modes/cpu[0-9](/.*)? u:object_r:sysfs_msm_perf:s0 |