summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-06-12 19:35:49 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-12 03:32:07 +0000
commit59d16c9e9171f4367ad3a0516e7000c0d95e89cf (patch)
tree62a2719b560108eddd9bfc628d639582dc960658
parenta9aa0f2c42e2291496f39ca60775ff95648eba31 (diff)
parentf2cb352412252f8e609986520cff830096248b9f (diff)
downloadsystem_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.rc2
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