Magisk/native/jni/init
残页 79620c97d1
Invalidate Samsung's persist.sys.zygote.early
Samsung FDE devices with the "persist.sys.zygote.early=true" property will cause Zygote to start before post-fs-data. According to Magisk's document, the post-fs-data phase should always happen before Zygote is started. Features assuming this behavior (like Zygisk and modules that need to control zygote) will not work. To avoid breaking existing modules, we simply invalidate this property to prevent this non-standard behavior from happening

Fix #5299, fix #5328, fix #5308

Co-authored-by: LoveSy <shana@zju.edu.cn>
2022-02-03 00:46:52 -08:00
..
getinfo.cpp Reduce log spamming 2022-01-20 00:18:46 -08:00
init.cpp Support custom legacy Sony devices with init.real setup 2021-10-30 18:59:20 -07:00
init.hpp Disable AVD hacks by default 2022-01-19 20:28:01 -08:00
magiskrc.inc Make post-fs-data scripts block at most 35 secs 2020-12-17 16:54:53 -08:00
mount.cpp Disable AVD hacks by default 2022-01-19 20:28:01 -08:00
rootdir.cpp Invalidate Samsung's persist.sys.zygote.early 2022-02-03 00:46:52 -08:00
twostage.cpp Update to NDK r23b 2022-01-30 07:11:51 -08:00