scmp_sys_resolver

applications with libseccomp support

Install

All systems
curl cmd.cat/scmp_sys_resolver.sh
Debian Debian
apt-get install seccomp
Ubuntu
apt-get install seccomp
Alpine
apk add libseccomp
Arch Arch Linux
pacman -S libseccomp
image/svg+xml Kali Linux
apt-get install seccomp
CentOS
yum install libseccomp-devel
Fedora
dnf install libseccomp-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install seccomp
Raspbian
apt-get install seccomp
Docker
docker run cmd.cat/scmp_sys_resolver scmp_sys_resolver powered by Commando

libseccomp-devel

applications with libseccomp support

seccomp

helper tools for high level interface to Linux seccomp filter

Provides helper tools for interacting with libseccomp. Currently, only a single tool exists, providing a way to easily enumerate syscalls across the supported architectures.

libseccomp

The libseccomp library provides an easy to use interface to the

Linux Kernel's syscall filtering mechanism, seccomp. The libseccomp API allows an application to specify which syscalls, and optionally which syscall arguments, the application is allowed to execute, all of which are enforced by the Linux Kernel.