summaryrefslogtreecommitdiffstats
path: root/init.superuser.rc
diff options
context:
space:
mode:
Diffstat (limited to 'init.superuser.rc')
-rw-r--r--init.superuser.rc16
1 files changed, 0 insertions, 16 deletions
diff --git a/init.superuser.rc b/init.superuser.rc
deleted file mode 100644
index 4fe9e06..0000000
--- a/init.superuser.rc
+++ /dev/null
@@ -1,16 +0,0 @@
-# su daemon
-service su_daemon /system/xbin/su --daemon
- disabled
- seclabel u:r:sudaemon:s0
-
-on property:persist.sys.root_access=0
- stop su_daemon
-
-on property:persist.sys.root_access=2
- start su_daemon
-
-on property:persist.sys.root_access=1
- start su_daemon
-
-on property:persist.sys.root_access=3
- start su_daemon