1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
Source: libseccomp
Section: libs
Priority: optional
Maintainer: Kees Cook <kees@debian.org>
Uploaders: Luca Bruno <lucab@debian.org>, Felix Geyer <fgeyer@debian.org>
Build-Depends: debhelper-compat (= 12),
linux-libc-dev,
dh-python <!nopython>,
python3-all-dev:any <!nopython>,
libpython3-all-dev <!nopython>,
cython3:native <!nopython>,
python3-setuptools <!nopython>,
valgrind [amd64 arm64 armhf i386 mips mips64 powerpc ppc64 ppc64el s390x] <!nocheck>,
gperf
Rules-Requires-Root: no
Standards-Version: 3.9.7
Homepage: https://github.com/seccomp/libseccomp
Vcs-Git: https://salsa.debian.org/debian/libseccomp.git
Vcs-Browser: https://salsa.debian.org/debian/libseccomp
Package: libseccomp-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libseccomp2 (= ${binary:Version}), ${misc:Depends}
Suggests: seccomp
Description: 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.
Package: libseccomp2
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: 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.
Package: seccomp
Section: utils
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libseccomp-dev
Description: 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.
Package: python3-seccomp
Build-Profiles: <!nopython>
Architecture: linux-any
Multi-Arch: same
Section: python
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: 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.
|