OSDN Git Service

Switch to BoringSSL for crypto.
[android-x86/system-extras.git] / su / superuser.rc
1 # su daemon
2 service su_daemon /system/xbin/su --daemon
3     user root
4     group root
5     disabled
6     seclabel u:r:sudaemon:s0
7
8 on property:persist.sys.root_access=0
9     stop su_daemon
10
11 on property:persist.sys.root_access=2
12     start su_daemon
13
14 on property:persist.sys.root_access=1
15     start su_daemon
16
17 on property:persist.sys.root_access=3
18     start su_daemon