A sandboxed process is currently not restricted to send signals (e.g. SIGKILL) to processes outside the sandbox. A simple way to control that would be to scope signals the same way ptrace is restricted (but this time it would be opt-in).
See https://lore.kernel.org/all/20231023.ahphah4Wii4v@digikod.net/
Approach similar to #7
v2: https://lore.kernel.org/all/cover.1722966592.git.fahimitahera@gmail.com/
v1: https://lore.kernel.org/all/36958dbc486e1f975f4d4ecdfa51ae65c2c4ced0.1720213293.git.fahimitahera@gmail.com/
A sandboxed process is currently not restricted to send signals (e.g.
SIGKILL) to processes outside the sandbox. A simple way to control that would be to scope signals the same way ptrace is restricted (but this time it would be opt-in).See https://lore.kernel.org/all/20231023.ahphah4Wii4v@digikod.net/
Approach similar to #7
v2: https://lore.kernel.org/all/cover.1722966592.git.fahimitahera@gmail.com/
v1: https://lore.kernel.org/all/36958dbc486e1f975f4d4ecdfa51ae65c2c4ced0.1720213293.git.fahimitahera@gmail.com/