You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve seccomp disable && Add locking to protect cred modifications in escape_to_root (tiann#2320)
- When disabling Seccomp, ensure that current->sighand->siglock is held
during the operation.
- Locking to ensure safe access and modification of the `cred` structure
within the `escape_to_root` function.
---
I think this issue described in tiann#2236 may have been caused by concurrent
read-write access without proper locking.
---------
Signed-off-by: SsageParuders<[email protected]>
Signed-off-by: SsageParuders <[email protected]>"
0 commit comments