am 295e74aa
: Merge "adbd: switch to su domain when running as root"
* commit '295e74aa20c9f32e1e46fc1b0bf0975642a8c95b': adbd: switch to su domain when running as root
This commit is contained in:
commit
f464129950
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ service healthd /sbin/healthd -n
|
|||
service recovery /sbin/recovery
|
||||
seclabel u:r:recovery:s0
|
||||
|
||||
service adbd /sbin/adbd recovery
|
||||
service adbd /sbin/adbd --root_seclabel=u:r:su:s0 --device_banner=recovery
|
||||
disabled
|
||||
socket adbd stream 660 system system
|
||||
seclabel u:r:adbd:s0
|
||||
|
|
Loading…
Reference in a new issue