diff options
author | Nick Kralevich <nnk@google.com> | 2014-06-12 12:33:21 -0700 |
---|---|---|
committer | Nick Kralevich <nnk@google.com> | 2014-06-12 12:33:21 -0700 |
commit | f2cb352412252f8e609986520cff830096248b9f (patch) | |
tree | 62a2719b560108eddd9bfc628d639582dc960658 | |
parent | a9aa0f2c42e2291496f39ca60775ff95648eba31 (diff) | |
download | system_core-f2cb352412252f8e609986520cff830096248b9f.zip system_core-f2cb352412252f8e609986520cff830096248b9f.tar.gz system_core-f2cb352412252f8e609986520cff830096248b9f.tar.bz2 |
make console shell run as GID=shell
Change-Id: I240bec07b04de1b26eef14e4f590af56c1aaa276
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index e3a3017..9aa52db 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -468,7 +468,7 @@ service console /system/bin/sh console disabled user shell - group log + group shell log seclabel u:r:shell:s0 on property:ro.debuggable=1 |