Skip to content

Commit

Permalink
fix unmount module.prop
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff committed Jan 2, 2024
1 parent 7e1f85c commit ded1af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/ptracer/monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ static bool ensure_daemon_created(bool is_64bit) {
auto &status = is_64bit ? status64 : status32;
if (is_64bit) {
LOGD("new zygote started, unmounting prop ...");
umount2(prop_path.c_str(), MNT_DETACH);
umount2("/data/adb/modules/zygisksu/module.prop", MNT_DETACH);
}
status.zygote_injected = false;
if (status.daemon_pid == -1) {
Expand Down

0 comments on commit ded1af2

Please sign in to comment.