macOS
brew install libseccomplocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libseccomp in AI-Agent-Workflows.
Installation
brew install libseccomplocal Homebrew formula metadata
sudo apk add libseccompAlpine Linux edge package indexes · libseccomp · Quelle: dl-cdn.alpinelinux.org
sudo dnf install libseccompFedora Rawhide package metadata · libseccomp · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#libseccompnixpkgs package indexes · pkgs/by-name/li/libseccomp/package.nix · Quelle: api.github.com
sudo pacman -S libseccompArch Linux sync databases · libseccomp · Quelle: geo.mirror.pkgbuild.com
sudo apt install libseccomp-devDebian stable package indexes · libseccomp-dev · Quelle: deb.debian.org
sudo zypper install libseccomp-developenSUSE Tumbleweed package metadata · libseccomp-devel · Quelle: download.opensuse.org
Überblick
Interface to the Linux Kernel's syscall filtering mechanism
Verlauf
libseccomp is the userspace helper library for Linux seccomp syscall filtering. It gives applications and container runtimes a portable API for generating BPF-based syscall filters instead of hand-writing architecture-specific filter programs.
The Linux kernel documentation frames seccomp filtering as a way for a process to reduce exposed kernel syscall surface by installing a BPF program over syscall metadata. The libseccomp README describes the library as an easy-to-use, platform-independent interface to that filtering mechanism, abstracting the BPF language behind a conventional function-call API.
The libseccomp tag history shows v0.1.0 and v1.0.0 tags in January 2013, followed by a long 2.x series. The README also documents architecture support, manpage-based documentation, regression tests, release signing, and Go bindings in the separate libseccomp-golang repository.
libseccomp became important because seccomp-BPF moved from a kernel primitive into ordinary application sandboxing and container security workflows. Its supported-architecture list and release process reflect use by distributions and runtimes that need consistent syscall-filter generation across Linux ABIs.
Applications initialize a filter context, add syscall rules, load the resulting filter into the kernel, and optionally use tools such as scmp_sys_resolver while developing policies. The library docs emphasize tests that can run even on systems without seccomp-BPF, plus live tests for systems with kernel support.
libseccomp is one of those packages whose installed files look small but whose consequences are large: container profiles, browser sandboxes, service hardening, and low-level Linux security tooling all prefer a stable API over handwritten BPF filters.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
scmp_sys_resolver | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/seccomp/libseccomp
Installationsmetadaten
| Paketschlüssel | brew:libseccomp |
|---|---|
| Version | 2.6.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/libseccomp |
| Homepage | https://github.com/seccomp/libseccomp |
| Repository | https://github.com/seccomp/libseccomp |
| Upstream-Dokumentation | https://github.com/seccomp/libseccomp#readme |
| Lizenz | LGPL-2.1-only |
| Quellarchiv | https://github.com/seccomp/libseccomp/releases/download/v2.6.1/libseccomp-2.6.1.tar.gz |
| Zuletzt aktualisiert | 2026-07-01T21:39:23Z |
| Pulse | updated |
| Build-Abhängigkeiten | gperf |
| Bottle | verfügbar (auf arm64_linux, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libseccomp |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
libseccomp-dev 2.6.0-2
high level interface to Linux seccomp filter (development files)
https://github.com/seccomp/libseccomp
sudo apt install libseccomp-devlibseccomp2 2.6.0-2
high level interface to Linux seccomp filter
https://github.com/seccomp/libseccomp
sudo apt install libseccomp2python3-seccomp 2.6.0-2
high level interface to Linux seccomp filter (Python 3 bindings)
https://github.com/seccomp/libseccomp
sudo apt install python3-seccompseccomp 2.6.0-2
helper tools for high level interface to Linux seccomp filter
https://github.com/seccomp/libseccomp
sudo apt install seccomplibseccomp
nix profile install nixpkgs#libseccomplibseccomp-dev 2.5.5-1ubuntu3
high level interface to Linux seccomp filter (development files)
https://github.com/seccomp/libseccomp
sudo apt install libseccomp-devlibseccomp2 2.5.5-1ubuntu3
high level interface to Linux seccomp filter
https://github.com/seccomp/libseccomp
sudo apt install libseccomp2python3-seccomp 2.5.5-1ubuntu3
high level interface to Linux seccomp filter (Python 3 bindings)
https://github.com/seccomp/libseccomp
sudo apt install python3-seccompseccomp 2.5.5-1ubuntu3
helper tools for high level interface to Linux seccomp filter
https://github.com/seccomp/libseccomp
sudo apt install seccomplibseccomp 2.6.0-r2
interface to the Linux Kernel's syscall filtering mechanism
https://github.com/seccomp/libseccomp
sudo apk add libseccomplibseccomp-dev 2.6.0-r2
interface to the Linux Kernel's syscall filtering mechanism (development files)
https://github.com/seccomp/libseccomp
sudo apk add libseccomp-devlibseccomp-doc 2.6.0-r2
interface to the Linux Kernel's syscall filtering mechanism (documentation)
https://github.com/seccomp/libseccomp
sudo apk add libseccomp-doclibseccomp-static 2.6.0-r2
interface to the Linux Kernel's syscall filtering mechanism (static library)
https://github.com/seccomp/libseccomp
sudo apk add libseccomp-staticpy3-libseccomp 2.6.0-r2
Python 3 bindings for libseccomp
https://github.com/seccomp/libseccomp
sudo apk add py3-libseccomplibseccomp 2.6.0-3.fc44
Enhanced seccomp library
https://github.com/seccomp/libseccomp
sudo dnf install libseccomplibseccomp-devel 2.6.0-3.fc44
Development files used to build applications with libseccomp support
https://github.com/seccomp/libseccomp
sudo dnf install libseccomp-develQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.