Synopsis
Generate Seccomp profiles based on observed syscall usage.Flags
Default Actions
SCMP_ACT_ERRNO- Return error for unlisted syscalls (recommended)SCMP_ACT_LOG- Log unlisted syscalls but allow them (audit mode)SCMP_ACT_KILL- Kill process on unlisted syscall (strictest)
Examples
See Generating Seccomp Profiles for detailed usage.