Delay full sepolicy patch loading time

This commit is contained in:
topjohnwu
2018-08-02 05:35:01 +08:00
parent 35f1c396f2
commit d9564bd04c
2 changed files with 9 additions and 3 deletions

View File

@ -17,6 +17,7 @@
#define LOGFILE "/cache/magisk.log"
#define UNBLOCKFILE "/dev/.magisk.unblock"
#define TMPSEPOLICY "/dev/.tmp_sepolicy"
#define DISABLEFILE "/cache/.disable_magisk"
#define MAGISKTMP "/sbin/.core"
#define BLOCKDIR MAGISKTMP "/block"