sepolicy: allow access for perfomance settings
Change-Id: Id8b66ae5bd92ba301b3d652501aa27b0eadb36ea
diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te
new file mode 100644
index 0000000..25aae95
--- /dev/null
+++ b/sepolicy/system_app.te
@@ -0,0 +1,12 @@
+###########################
+# OmniROM common sepolicy
+#
+
+# performance settings
+allow system_app sysfs_lowmemorykiller:file rw_file_perms;
+allow system_app sysfs_devices_system_cpu:file rw_file_perms;
+allow system_app sysfs_writable:file rw_file_perms;
+
+# Read /sys/kernel/debug/wakeup_sources.
+allow system_app debugfs:file r_file_perms;
+