diff options
author | Jeffrey Vander Stoep <jeffv@google.com> | 2015-07-28 19:54:40 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-28 19:54:40 +0000 |
commit | 26f0f657ec027430bde7d2237890ba59b3fd174a (patch) | |
tree | f5a5b01e25918aefba570d051902dce461e8e04c /rootdir | |
parent | cc451785fe4426566f6c4a6a5156d4fb40bcc22d (diff) | |
parent | a30a8e02dd41505f46e692f29943011a032a5210 (diff) | |
download | system_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')
-rw-r--r-- | rootdir/init.rc | 1 |
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 |