Update scripts, MagiskSU now works fine

This commit is contained in:
topjohnwu
2017-04-16 02:49:01 +08:00
parent 8a2f0063d4
commit c079c598f2
4 changed files with 71 additions and 58 deletions

View File

@@ -16,19 +16,19 @@ on property:magisk.restart_pfsd=1
# Services
# launch post-fs script
service magisk_pfs /sbin/magic_mask.sh post-fs
service magisk_pfs /sbin/magisk --post-fs
user root
seclabel u:r:su:s0
oneshot
# launch post-fs-data script
service magisk_pfsd /sbin/magic_mask.sh post-fs-data
service magisk_pfsd /sbin/magisk --post-fs-data
user root
seclabel u:r:su:s0
oneshot
# launch late_start script
service magisk_service /sbin/magic_mask.sh service
service magisk_service /sbin/magisk --service
class late_start
user root
seclabel u:r:su:s0