# libseccomp を Homebrew, apk, dnf, Nix, pacman, apt, zypper でインストール

libseccomp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install libseccomp
```

  証拠: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libseccomp
```

  証拠: 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
```

  証拠: Fedora Rawhide package metadata: libseccomp from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

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

  証拠: 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
```

  証拠: 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
```

  証拠: 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
```

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

## パッケージ情報

- **パッケージキー:** brew:libseccomp
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.6.1
- **ソース概要:** Interface to the Linux Kernel's syscall filtering mechanism
- **ホームページ:** <https://github.com/seccomp/libseccomp>
- **リポジトリ:** <https://github.com/seccomp/libseccomp>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- scmp_sys_resolver (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.6.1
## プロジェクトの歴史と使われ方

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.

### タイムライン

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

### ソース

- <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>


## セキュリティノート

library-like package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- library-like package without higher-risk signals

## 他のパッケージマネージャ記録

- 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files used to build applications with libseccomp support | https://github.com/seccomp/libseccomp


## Combined YAML source

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


## ソース

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