diff options
author | Colin Cross <ccross@android.com> | 2013-12-27 20:26:20 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-12-27 20:26:20 +0000 |
commit | 469035b83546a847a1f12c1feca50a1c7e5e1062 (patch) | |
tree | 1fb32af3eda3cc140192c09875f535031f8ed3df /rootdir | |
parent | 0191c801075c3a5218c69917e8488bcce38dce2b (diff) | |
parent | fed48bb6de631402876f246d47d87ea1255e83d0 (diff) | |
download | system_core-469035b83546a847a1f12c1feca50a1c7e5e1062.zip system_core-469035b83546a847a1f12c1feca50a1c7e5e1062.tar.gz system_core-469035b83546a847a1f12c1feca50a1c7e5e1062.tar.bz2 |
am fed48bb6: am 6604f2d1: am 2dcc2759: Merge "Run the console service shell in the shell domain."
* commit 'fed48bb6de631402876f246d47d87ea1255e83d0':
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 1050870..cb254c3 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -436,6 +436,7 @@ service console /system/bin/sh disabled user shell group log + seclabel u:r:shell:s0 on property:ro.debuggable=1 start console |