Closed alban closed 2 years ago
Thanks for the review! I think I addressed all the comments.
@alban thanks! Most are solved, one small thing and more questions about if we really need a regex (it seems we don't and I'd like to avoid it if possible). Ping me when you answer, in case I miss the notification :)
@rata Branch updated, this time without regex!
Implement freeze handler
This is the "freeze" cgroup to freeze the container and allow manual inspection of the container while all processes are suspended.
How to use
Use a Seccomp Policy with "freeze-container":
Try a forbidden syscall:
The container is frozen.
Testing done
See above.