diff options
author | Nick Kralevich <nnk@google.com> | 2014-01-24 10:06:46 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-01-24 10:06:46 -0800 |
commit | 16384312244b8dccd53478a7bdeeb9a492821807 (patch) | |
tree | d8b1523388a88d2d0a2ad2a4c7bc27f85967fa42 /rootdir | |
parent | 4b53b0147a8f1de54a5e89f9763569016150de4f (diff) | |
parent | 0620e3ddb85582f66612d046d1295dc20bf1a4f5 (diff) | |
download | system_core-16384312244b8dccd53478a7bdeeb9a492821807.zip system_core-16384312244b8dccd53478a7bdeeb9a492821807.tar.gz system_core-16384312244b8dccd53478a7bdeeb9a492821807.tar.bz2 |
am 0620e3dd: Merge "adbd: switch to su domain when running as root"
* commit '0620e3ddb85582f66612d046d1295dc20bf1a4f5':
adbd: switch to su domain when running as root
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 38dbf1a..f3f3187 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -447,7 +447,7 @@ on property:ro.debuggable=1 start console # adbd is controlled via property triggers in init.<platform>.usb.rc -service adbd /sbin/adbd +service adbd /sbin/adbd --root_seclabel=u:r:su:s0 class core socket adbd stream 660 system system disabled |