Description
Provides Python bindings for libseccomp, allowing Python programs to create or inspect Linux seccomp filters. Seccomp limits which system calls a process may use, making it useful for sandboxing and hardening.
Install it when Python security tools, container tooling, or test harnesses need seccomp integration. It is not a user-facing sandbox manager by itself.