summaryrefslogtreecommitdiffstats
path: root/rootdir/init.rc
diff options
context:
space:
mode:
authorJeffrey Vander Stoep <jeffv@google.com>2015-07-28 19:54:40 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-28 19:54:40 +0000
commit26f0f657ec027430bde7d2237890ba59b3fd174a (patch)
treef5a5b01e25918aefba570d051902dce461e8e04c /rootdir/init.rc
parentcc451785fe4426566f6c4a6a5156d4fb40bcc22d (diff)
parenta30a8e02dd41505f46e692f29943011a032a5210 (diff)
downloadsystem_core-26f0f657ec027430bde7d2237890ba59b3fd174a.zip
system_core-26f0f657ec027430bde7d2237890ba59b3fd174a.tar.gz
system_core-26f0f657ec027430bde7d2237890ba59b3fd174a.tar.bz2
Merge "init.rc: add healthd to system group to allow write to /dev/cpuset" into mnc-dev
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r--rootdir/init.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 2ac182b..9019b1f 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -533,6 +533,7 @@ service healthd /sbin/healthd
class core
critical
seclabel u:r:healthd:s0
+ group root system
service console /system/bin/sh
class core