diff options
author | Steve Kondik <steve@cyngn.com> | 2016-04-30 02:30:54 -0700 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-04-30 02:32:02 -0700 |
commit | 7a92949668e59aad7da2f3475a7b565d34ffaf0f (patch) | |
tree | 37d70f2a25701f84aaf4c223d52a11cc8d936f9a /sepolicy/file_contexts | |
parent | 03b1834f50bdd30bea8bebda2b4a23b88f7f94d5 (diff) | |
download | vendor_replicant-7a92949668e59aad7da2f3475a7b565d34ffaf0f.zip vendor_replicant-7a92949668e59aad7da2f3475a7b565d34ffaf0f.tar.gz vendor_replicant-7a92949668e59aad7da2f3475a7b565d34ffaf0f.tar.bz2 |
cm: Remove garbage from sepolicy
* Not sure how the -- got here but it causes the rules to be invalid.
Change-Id: Ib17217d14f844d7aa27bb554346183e32ff5ae13
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 7024d1e..8cea018 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -24,8 +24,8 @@ ############################# # performance-related sysfs files (CM) -/sys/devices/system/cpu.*/cpufreq(/.*)? -- u:object_r:sysfs_devices_system_cpu:s0 -/sys/block/mmcblk.*/queue/scheduler -- u:object_r:sysfs_devices_system_iosched:s0 +/sys/devices/system/cpu.*/cpufreq(/.*)? u:object_r:sysfs_devices_system_cpu:s0 +/sys/block/mmcblk.*/queue/scheduler u:object_r:sysfs_devices_system_iosched:s0 /data/hostapd(/.*)? u:object_r:wifi_data_file:s0 |