# 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

```sh
sudo av install brew:libseccomp
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install libseccomp
```

  Evidenz: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libseccomp
```

  Evidenz: Alpine Linux edge package indexes: libseccomp from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install libseccomp
```

  Evidenz: Fedora Rawhide package metadata: libseccomp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libseccomp
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/li/libseccomp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S libseccomp
```

  Evidenz: Arch Linux sync databases: libseccomp from https://geo.mirror.pkgbuild.com/core/os/x86_64/core.db.tar.gz

- Debian apt (92%):

```sh
sudo apt install libseccomp-dev
```

  Evidenz: Debian stable package indexes: libseccomp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install libseccomp-devel
```

  Evidenz: openSUSE Tumbleweed package metadata: libseccomp-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:libseccomp
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/libseccomp>
- **Version:** 2.6.1
- **Quellzusammenfassung:** Interface to the Linux Kernel's syscall filtering mechanism
- **Homepage:** <https://github.com/seccomp/libseccomp>
- **Repository:** <https://github.com/seccomp/libseccomp>
- **Lizenz:** LGPL-2.1-only
- **Quellarchiv:** <https://github.com/seccomp/libseccomp/releases/download/v2.6.1/libseccomp-2.6.1.tar.gz>
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- scmp_sys_resolver (cli)
- scmp_sys_resolver (Alias)

## Build-Abhängigkeiten

- gperf

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf arm64_linux, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 2.6.1
- lokale Daten: OK
- Upstream-Repository: https://github.com/seccomp/libseccomp
- Info: No package-manager update timestamp was available.
- Info: No cached GitHub release or tag data was available.
## 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.

### Quellen

- <https://api.github.com/repos/seccomp/libseccomp/releases?per_page=100>
- <https://github.com/seccomp/libseccomp>
- <https://github.com/seccomp/libseccomp/tree/main/doc>
- <https://www.kernel.org/doc/html/latest/userspace-api/seccomp_filter.html>


## Sicherheitshinweise

library-like package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- library-like package without higher-risk signals

## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** libseccomp
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** linux
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Debian apt - libseccomp-dev - 2.6.0-2: normalized package name match | Debian stable package indexes: libseccomp-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | high level interface to Linux seccomp filter (development files) | https://github.com/seccomp/libseccomp
- Debian apt - libseccomp2 - 2.6.0-2: normalized package name match | Debian stable package indexes: libseccomp2 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | high level interface to Linux seccomp filter | https://github.com/seccomp/libseccomp
- Debian apt - python3-seccomp - 2.6.0-2: normalized package name match | Debian stable package indexes: python3-seccomp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | high level interface to Linux seccomp filter (Python 3 bindings) | https://github.com/seccomp/libseccomp
- Debian apt - seccomp - 2.6.0-2: normalized package name match | Debian stable package indexes: seccomp from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | helper tools for high level interface to Linux seccomp filter | https://github.com/seccomp/libseccomp
- Nix - libseccomp: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libseccomp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libseccomp-dev - 2.5.5-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: libseccomp-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | high level interface to Linux seccomp filter (development files) | https://github.com/seccomp/libseccomp
- Ubuntu apt - libseccomp2 - 2.5.5-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: libseccomp2 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | high level interface to Linux seccomp filter | https://github.com/seccomp/libseccomp
- Ubuntu apt - python3-seccomp - 2.5.5-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: python3-seccomp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | high level interface to Linux seccomp filter (Python 3 bindings) | https://github.com/seccomp/libseccomp
- Ubuntu apt - seccomp - 2.5.5-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: seccomp from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | helper tools for high level interface to Linux seccomp filter | https://github.com/seccomp/libseccomp
- apk - libseccomp - 2.6.0-r2: normalized package name match | Alpine Linux edge package indexes: libseccomp from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | interface to the Linux Kernel's syscall filtering mechanism | https://github.com/seccomp/libseccomp
- apk - libseccomp-dev - 2.6.0-r2: normalized package name match | Alpine Linux edge package indexes: libseccomp-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | interface to the Linux Kernel's syscall filtering mechanism (development files) | https://github.com/seccomp/libseccomp
- apk - libseccomp-doc - 2.6.0-r2: normalized package name match | Alpine Linux edge package indexes: libseccomp-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | interface to the Linux Kernel's syscall filtering mechanism (documentation) | https://github.com/seccomp/libseccomp
- apk - libseccomp-static - 2.6.0-r2: normalized package name match | Alpine Linux edge package indexes: libseccomp-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | interface to the Linux Kernel's syscall filtering mechanism (static library) | https://github.com/seccomp/libseccomp
- apk - py3-libseccomp - 2.6.0-r2: normalized package name match | Alpine Linux edge package indexes: py3-libseccomp from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Python 3 bindings for libseccomp | https://github.com/seccomp/libseccomp
- dnf - libseccomp - 2.6.1-3.fc45: normalized package name match | Fedora Rawhide package metadata: libseccomp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Enhanced seccomp library | https://github.com/seccomp/libseccomp
- dnf - libseccomp-devel - 2.6.1-3.fc45: normalized package name match | Fedora Rawhide package metadata: libseccomp-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files used to build applications with libseccomp support | https://github.com/seccomp/libseccomp


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/de/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/de/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [gperf](https://pkg.so/de/brew/gperf/) - Build dependency declared by Homebrew.
- [crun](https://pkg.so/de/brew/crun/) - Popular package that depends on this formula.
- [slirp4netns](https://pkg.so/de/brew/slirp4netns/) - Popular package that depends on this formula.
- [conmon](https://pkg.so/de/brew/conmon/) - Popular package that depends on this formula.
- [runc](https://pkg.so/de/brew/runc/) - Popular package that depends on this formula.
- [apptainer](https://pkg.so/de/brew/apptainer/) - Popular package that depends on this formula.
- [virtiofsd](https://pkg.so/de/brew/virtiofsd/) - Popular package that depends on this formula.
- [bubblewrap](https://pkg.so/de/brew/bubblewrap/) - Shares pkgdb curated category or tags: cli, linux, sandboxing, security.
- [landrun](https://pkg.so/de/brew/landrun/) - Shares pkgdb curated category or tags: cli, linux, sandboxing, security.
- [fence](https://pkg.so/de/brew/fence/) - Shares pkgdb curated category or tags: cli, sandboxing, security.
- [libcap](https://pkg.so/de/brew/libcap/) - Shares pkgdb curated category or tags: cli, linux, security.
- [linux-pam](https://pkg.so/de/brew/linux-pam/) - Shares pkgdb curated category or tags: cli, linux, security.
- [libcap-ng](https://pkg.so/de/brew/libcap-ng/) - Shares pkgdb curated category or tags: cli, linux, security.
- [libressl](https://pkg.so/de/brew/libressl/) - Shares pkgdb curated category or tags: cli, security, security-library.
- [vuls](https://pkg.so/de/brew/vuls/) - Shares pkgdb curated category or tags: cli, linux, security.

## Combined YAML source

View the package source record on GitHub. [combined/libseccomp.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libseccomp.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
