blob: 0c84201629f6f8ef81770af65b6c41e09a48e80f [file] [log] [blame]
# su daemon
service su_daemon /system/xbin/su --daemon
seclabel u:r:sudaemon:s0
oneshot
on property:persist.sys.root_access=0
stop su_daemon
on property:persist.sys.root_access=2
stop su_daemon
on property:persist.sys.root_access=1
start su_daemon
on property:persist.sys.root_access=3
start su_daemon