kernel: fix zygote mark on first boot (#2924)

This commit is contained in:
weishu
2025-11-13 15:53:38 +08:00
committed by ShirkNeko
parent cb344d8546
commit 1d1a8f98b3

View File

@@ -336,6 +336,7 @@ int ksu_handle_execveat_ksud(int *fd, struct filename **filename_ptr,
task_work_add(init_task, &on_post_fs_data_cb, TWA_RESUME);
}
rcu_read_unlock();
ksu_set_task_tracepoint_flag(current); // we are zygote!
stop_execve_hook();
}