diff options
author | Colin Cross <ccross@android.com> | 2013-12-27 20:28:52 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-12-27 20:28:52 +0000 |
commit | 3dd470552c6b1c88cd344c3a366666ba464bd994 (patch) | |
tree | 7d509ae4acf285849b0ccc442c226c76c1d16824 /rootdir | |
parent | 2eab743f619110fb346cabda0bcc7df4f16dc1ec (diff) | |
parent | 469035b83546a847a1f12c1feca50a1c7e5e1062 (diff) | |
download | system_core-3dd470552c6b1c88cd344c3a366666ba464bd994.zip system_core-3dd470552c6b1c88cd344c3a366666ba464bd994.tar.gz system_core-3dd470552c6b1c88cd344c3a366666ba464bd994.tar.bz2 |
am 469035b8: am fed48bb6: am 6604f2d1: am 2dcc2759: Merge "Run the console service shell in the shell domain."
* commit '469035b83546a847a1f12c1feca50a1c7e5e1062':
Run the console service shell in the shell domain.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 630564f..b2b904b 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -435,6 +435,7 @@ service console /system/bin/sh disabled user shell group log + seclabel u:r:shell:s0 on property:ro.debuggable=1 start console |