maxwen | 07caab5 | 2014-12-11 01:39:44 +0100 | [diff] [blame^] | 1 | ########################### |
2 | # OmniROM common sepolicy | ||||
3 | # | ||||
4 | |||||
5 | # performance settings | ||||
6 | allow system_app sysfs_lowmemorykiller:file rw_file_perms; | ||||
7 | allow system_app sysfs_devices_system_cpu:file rw_file_perms; | ||||
8 | allow system_app sysfs_writable:file rw_file_perms; | ||||
9 | |||||
10 | # Read /sys/kernel/debug/wakeup_sources. | ||||
11 | allow system_app debugfs:file r_file_perms; | ||||
12 |