diff options
author | Nick Kralevich <nnk@google.com> | 2014-06-12 19:43:07 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-12 19:43:07 +0000 |
commit | 44aadc4daf926155bf06bcf9d8f2daa96f861cdf (patch) | |
tree | bad9b1aeda37879d631378c3bab01b5f9e837318 /rootdir | |
parent | 2b95811601b05db7894359f037005a008274a973 (diff) | |
parent | 1eebf538d3e5465bbec84d86017bb9ca250a052b (diff) | |
download | system_core-44aadc4daf926155bf06bcf9d8f2daa96f861cdf.zip system_core-44aadc4daf926155bf06bcf9d8f2daa96f861cdf.tar.gz system_core-44aadc4daf926155bf06bcf9d8f2daa96f861cdf.tar.bz2 |
am 1eebf538: am 59d16c9e: Merge "make console shell run as GID=shell"
* commit '1eebf538d3e5465bbec84d86017bb9ca250a052b':
make console shell run as GID=shell
Diffstat (limited to 'rootdir')
-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 f07bdab..ea2b654 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -472,7 +472,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 |