libseccomp 2.4.3-1ubuntu3.20.04.2 source package in Ubuntu
Changelog
libseccomp (2.4.3-1ubuntu3.20.04.2) focal; urgency=medium * Updated to new upstream 2.4.3 version for updated syscalls support and test-suite robustness - d/p/add-5.4-local-syscall-headers.patch: Add local copy of the architecture specific header files which specify system call numbers from linux-libc-dev in focal to ensure unit tests pass on older releases where the linux-libc-dev package does not have the required system calls defined and use these during compilation of unit tests - d/p/db-properly-reset-attribute-state.patch: Drop this patch since is now upstream - LP: #1876055 * Add missing aarch64 system calls - d/p/fix-aarch64-syscalls.patch - LP: #1877633 -- Alex Murray <email address hidden> Tue, 02 Jun 2020 14:11:45 +0930
Upload details
- Uploaded by:
- Alex Murray
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- linux-any
- Section:
- libs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libseccomp_2.4.3.orig.tar.gz | 584.1 KiB | cf15d1421997fac45b936515af61d209c4fd788af11005d212b3d0fd71e7991d |
libseccomp_2.4.3-1ubuntu3.20.04.2.debian.tar.xz | 32.9 KiB | 7378d2845b1c256d3412cf4e64e5aa5787237586c11c50805576cbbcb51eae64 |
libseccomp_2.4.3-1ubuntu3.20.04.2.dsc | 2.2 KiB | 619f042a8ef40772943c9540bef6128b60c3c1ad1623859e745a60eb5d3ded8e |
Available diffs
Binary packages built by this source
- libseccomp-dev: high level interface to Linux seccomp filter (development files)
This library provides a high level interface to constructing, analyzing
and installing seccomp filters via a BPF passed to the Linux Kernel's
prctl() syscall.
.
This package contains the development files.
- libseccomp2: high level interface to Linux seccomp filter
This library provides a high level interface to constructing, analyzing
and installing seccomp filters via a BPF passed to the Linux Kernel's
prctl() syscall.
- libseccomp2-dbgsym: debug symbols for libseccomp2
- python3-seccomp: high level interface to Linux seccomp filter (Python 3 bindings)
This library provides a high level interface to constructing, analyzing
and installing seccomp filters via a BPF passed to the Linux Kernel's
prctl() syscall.
- python3-seccomp-dbgsym: debug symbols for python3-seccomp
- 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.
- seccomp-dbgsym: debug symbols for seccomp