Automic VaultAutomic Vault

brew

libseccomp mit Homebrew, apk, dnf, Nix, pacman, apt, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für libseccomp in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install libseccomp

local Homebrew formula metadata

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add libseccomp

Alpine Linux edge package indexes · libseccomp · Quelle: dl-cdn.alpinelinux.org

Fedora dnfverifiziert · 92%
sudo dnf install libseccomp

Fedora Rawhide package metadata · libseccomp · Quelle: dl.fedoraproject.org

Nixverifiziert · 92%
nix profile install nixpkgs#libseccomp

nixpkgs package indexes · pkgs/by-name/li/libseccomp/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S libseccomp

Arch Linux sync databases · libseccomp · Quelle: geo.mirror.pkgbuild.com

Debian aptverifiziert · 92%
sudo apt install libseccomp-dev

Debian stable package indexes · libseccomp-dev · Quelle: deb.debian.org

openSUSE zypperverifiziert · 92%
sudo zypper install libseccomp-devel

openSUSE Tumbleweed package metadata · libseccomp-devel · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

Interface to the Linux Kernel's syscall filtering mechanism

Befehle und Aliase

  • scmp_sys_resolver

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2013: v0.1.0 and v1.0.0 tags were made in January.
  • 2015: v2.2.x releases expanded the 2.x line.
  • 2019: v2.4.0 was published in March.
  • 2020: v2.5.0 was published in July.
  • 2025: v2.6.0 was published in January.

Related projects

  • Related projects include the Linux kernel seccomp-BPF interface, libseccomp-golang, container runtimes, browser sandboxes, and Linux service-hardening tools.

Sicherheitslage

Risikostufe: grün

library-like package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • library-like package without higher-risk signals

Signale

  • metadata:library-like

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 2 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
scmp_sys_resolvercliglobales Executable

Aktualität

Version und 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.

Seite generiert2026-07-10
Manager-Version2.6.1
Manager aktualisiert2026-07-01
lokale DatenOK
Upstreamnot checked
neueste erkannte Versionnicht erkannt

https://github.com/seccomp/libseccomp

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:libseccomp
Version2.6.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/libseccomp
Homepagehttps://github.com/seccomp/libseccomp
Repositoryhttps://github.com/seccomp/libseccomp
Upstream-Dokumentationhttps://github.com/seccomp/libseccomp#readme
LizenzLGPL-2.1-only
Quellarchivhttps://github.com/seccomp/libseccomp/releases/download/v2.6.1/libseccomp-2.6.1.tar.gz
Zuletzt aktualisiert2026-07-01T21:39:23Z
Pulseupdated
Build-Abhängigkeitengperf
Bottleverfügbar (auf arm64_linux, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namelibseccomp
Version Scheme0
Revision0
Head VersionHEAD
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

libseccomp-dev 2.6.0-2

high level interface to Linux seccomp filter (development files)

https://github.com/seccomp/libseccomp

sudo apt install libseccomp-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libseccomp
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libseccomp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libseccomp2 2.6.0-2

high level interface to Linux seccomp filter

https://github.com/seccomp/libseccomp

sudo apt install libseccomp2
  • Section: libs
  • Architecture: amd64
  • Source Package: libseccomp
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libseccomp2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-seccomp 2.6.0-2

high level interface to Linux seccomp filter (Python 3 bindings)

https://github.com/seccomp/libseccomp

sudo apt install python3-seccomp
  • Section: python
  • Architecture: amd64
  • Source Package: libseccomp
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-seccomp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

seccomp 2.6.0-2

helper tools for high level interface to Linux seccomp filter

https://github.com/seccomp/libseccomp

sudo apt install seccomp
  • Section: utils
  • Architecture: amd64
  • Source Package: libseccomp
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Debian stable package indexes · deb.debian.org · Debian stable package indexes: seccomp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

libseccomp

nix profile install nixpkgs#libseccomp
  • normalized package name match
  • Abgeglichen nach: Libseccomp
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libseccomp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libseccomp-dev 2.5.5-1ubuntu3

high level interface to Linux seccomp filter (development files)

https://github.com/seccomp/libseccomp

sudo apt install libseccomp-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: libseccomp
  • 1 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libseccomp-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libseccomp2 2.5.5-1ubuntu3

high level interface to Linux seccomp filter

https://github.com/seccomp/libseccomp

sudo apt install libseccomp2
  • Section: libs
  • Architecture: amd64
  • Source Package: libseccomp
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libseccomp2 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

python3-seccomp 2.5.5-1ubuntu3

high level interface to Linux seccomp filter (Python 3 bindings)

https://github.com/seccomp/libseccomp

sudo apt install python3-seccomp
  • Section: universe/python
  • Architecture: amd64
  • Source Package: libseccomp
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-seccomp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

seccomp 2.5.5-1ubuntu3

helper tools for high level interface to Linux seccomp filter

https://github.com/seccomp/libseccomp

sudo apt install seccomp
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: libseccomp
  • 2 Abhängigkeiten
  • 1 optionale Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: seccomp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

libseccomp 2.6.0-r2

interface to the Linux Kernel's syscall filtering mechanism

https://github.com/seccomp/libseccomp

sudo apk add libseccomp
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libseccomp
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libseccomp from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

libseccomp-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-dev
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libseccomp
  • 1 Abhängigkeiten
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libseccomp-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

libseccomp-doc 2.6.0-r2

interface to the Linux Kernel's syscall filtering mechanism (documentation)

https://github.com/seccomp/libseccomp

sudo apk add libseccomp-doc
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libseccomp
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libseccomp-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

libseccomp-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-static
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libseccomp
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libseccomp-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

py3-libseccomp 2.6.0-r2

Python 3 bindings for libseccomp

https://github.com/seccomp/libseccomp

sudo apk add py3-libseccomp
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libseccomp
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: py3-libseccomp from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

libseccomp 2.6.0-3.fc44

Enhanced seccomp library

https://github.com/seccomp/libseccomp

sudo dnf install libseccomp
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libseccomp
  • 2 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libseccomp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libseccomp-devel 2.6.0-3.fc44

Development files used to build applications with libseccomp support

https://github.com/seccomp/libseccomp

sudo dnf install libseccomp-devel
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libseccomp
  • 5 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Libseccomp
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libseccomp-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment