mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-28 10:27:39 +00:00
8423dc8d63
`daemon_entry` calls `getprop` which initializes sysprop impl and checks whether we need to load persistent property file. On FDE devices, magiskd starts before /data is actually decrypted, and the check always fails. Thus `persist_getprop("persist.sys.safemode")` will always fail.