aboutsummaryrefslogtreecommitdiffstats
path: root/file.te
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2015-05-12 17:14:35 -0700
committerAdam Lesinski <adamlesinski@google.com>2015-05-13 04:47:32 +0000
commit3526a6696fdc2b7d3b7a8fe452ce8b287160c42b (patch)
tree0b4187d8fa333d0f80f8cae781fce6d112c86919 /file.te
parent415f0ba73c645c9b53ba701931d9ba041b967f75 (diff)
downloadandroid_external_sepolicy-3526a6696fdc2b7d3b7a8fe452ce8b287160c42b.tar.gz
android_external_sepolicy-3526a6696fdc2b7d3b7a8fe452ce8b287160c42b.tar.bz2
android_external_sepolicy-3526a6696fdc2b7d3b7a8fe452ce8b287160c42b.zip
Allow system_server to read/write /proc/uid_cputime/ module
Bug:20182139 Change-Id: I1829a83c7d8e2698715e424a688a2753d65de868
Diffstat (limited to 'file.te')
-rw-r--r--file.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.te b/file.te
index 815c892..3bbf9a5 100644
--- a/file.te
+++ b/file.te
@@ -13,6 +13,8 @@ type proc_bluetooth_writable, fs_type;
type proc_cpuinfo, fs_type;
type proc_net, fs_type;
type proc_sysrq, fs_type;
+type proc_uid_cputime_showstat, fs_type;
+type proc_uid_cputime_removeuid, fs_type;
type selinuxfs, fs_type, mlstrustedobject;
type cgroup, fs_type, mlstrustedobject;
type sysfs, fs_type, sysfs_type, mlstrustedobject;