This is a follow up from the Custom Seccomp profile post which went through some of the background information.
Speed up custom seccomp profile generation with Syscall2seccomp You can always manually track down the …
This post goes through building custom Docker seccomp profiles for your container. I’m not recommending you do this especially in enterprise environments, but I’m being charitable to the idea that system call …
One of Docker’s many updates this year was adding seccomp support. In short, seccomp/secomp-bpf is a way of filtering the system calls that you want to allow an application to make. It’s used for sandboxing …