kernel: Resolved potential deadlock issues arising from operations not being performed within locks.

This commit is contained in:
ShirkNeko
2025-11-14 11:55:06 +08:00
parent 12fc2e6d5e
commit 5df821ed41
3 changed files with 18 additions and 32 deletions

View File

@@ -65,6 +65,6 @@ void escape_with_root_profile(void);
void escape_to_root_for_cmd_su(uid_t target_uid, pid_t target_pid);
void disable_seccomp(struct task_struct *tsk);
void disable_seccomp(void);
#endif