e02e46d0fc
It is possible that a module is breaking the device so bad that zygote cannot even be started. In this case, system_server cannot start and detect the safe mode key combo, set the persist property, and reboot. Also on old Android versions, the system directly goes to safe mode after detecting a key combo without rebooting, defeating the purpose of Magisk's safe mode protection if we only check for the persist property. Directly adding key combo check natively in magiskd allows us to enter Magisk safe mode before the system is even aware of it. |
||
---|---|---|
.. | ||
include | ||
Android.mk | ||
cpio.cpp | ||
files.cpp | ||
files.hpp | ||
logging.cpp | ||
misc.cpp | ||
misc.hpp | ||
missing.cpp | ||
missing.hpp | ||
new.cpp | ||
selinux.cpp | ||
stream.cpp | ||
xwrap.cpp | ||
xwrap.hpp |