summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2015-07-28 12:27:36 -0700
committerJeff Vander Stoep <jeffv@google.com>2015-07-28 12:27:36 -0700
commita30a8e02dd41505f46e692f29943011a032a5210 (patch)
tree0bc70d7b350342fb7067625ca4acab3c4d03ea9c
parented2fe57c2509d0d784ba7dbce1deef21afb2a612 (diff)
downloadsystem_core-a30a8e02dd41505f46e692f29943011a032a5210.zip
system_core-a30a8e02dd41505f46e692f29943011a032a5210.tar.gz
system_core-a30a8e02dd41505f46e692f29943011a032a5210.tar.bz2
init.rc: add healthd to system group to allow write to /dev/cpuset
Also add to root group to avoid introducting new bugs. Bug: 22699101 Change-Id: I9da31e0cc955efd711df3f4c6b17e39d74c01549
-rw-r--r--rootdir/init.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 7af2b77..b7e238a 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -532,6 +532,7 @@ service healthd /sbin/healthd
class core
critical
seclabel u:r:healthd:s0
+ group root system
service console /system/bin/sh
class core