blob: bff1e643be10b5265590a26751c3c299201fc5c1 [file] [log] [blame]
maxwen07caab52014-12-11 01:39:44 +01001###########################
2# OmniROM common sepolicy
3#
4
maxwen07caab52014-12-11 01:39:44 +01005allow system_app sysfs_lowmemorykiller:file rw_file_perms;
maxwen07caab52014-12-11 01:39:44 +01006
7# Read /sys/kernel/debug/wakeup_sources.
maxwend4150c82017-01-24 01:41:39 +01008allow system_app debugsfs_wakelock:file r_file_perms;
maxwen07caab52014-12-11 01:39:44 +01009
maxwen035b6292017-12-10 18:15:57 +010010#selinux status
11allow system_app selinuxfs:file r_file_perms;
12
13