mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-13 18:37:37 +02:00
In addition to the already existing option to enter jail mode (which is set indefinitely), there should be a less restrictive option that should allow exiting jail mode when doing the execve syscall. This option will be useful for programs that need this kind of security layer only in their runtime, but they're meant to actually initiate another program in the end.