summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2014-06-12 12:33:21 -0700
committerNick Kralevich <nnk@google.com>2014-06-12 12:33:21 -0700
commitf2cb352412252f8e609986520cff830096248b9f (patch)
tree62a2719b560108eddd9bfc628d639582dc960658
parenta9aa0f2c42e2291496f39ca60775ff95648eba31 (diff)
downloadsystem_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.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