diff options
author | Nick Kralevich <nnk@google.com> | 2014-06-12 19:35:49 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-12 03:32:07 +0000 |
commit | 59d16c9e9171f4367ad3a0516e7000c0d95e89cf (patch) | |
tree | 62a2719b560108eddd9bfc628d639582dc960658 | |
parent | a9aa0f2c42e2291496f39ca60775ff95648eba31 (diff) | |
parent | f2cb352412252f8e609986520cff830096248b9f (diff) | |
download | system_core-59d16c9e9171f4367ad3a0516e7000c0d95e89cf.zip system_core-59d16c9e9171f4367ad3a0516e7000c0d95e89cf.tar.gz system_core-59d16c9e9171f4367ad3a0516e7000c0d95e89cf.tar.bz2 |
Merge "make console shell run as GID=shell"
-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 |