9 lines
238 B
Text
9 lines
238 B
Text
|
# Safetynet bypass
|
||
|
# Inspired in magisk source code, by topjohnwu
|
||
|
# Ported to ramdisk by jhenrique09
|
||
|
|
||
|
on boot
|
||
|
# selinux nodes, hide permissive state
|
||
|
chmod 0640 /sys/fs/selinux/enforce
|
||
|
chmod 0440 /sys/fs/selinux/policy
|