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
|
Source: golang-github-seccomp-containers-golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Dmitry Smirnov <onlyjob@debian.org>,
Roland Mas <lolando@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
Build-Depends-Indep:
golang-any,
golang-github-opencontainers-specs-dev,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-seccomp-containers-golang
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-seccomp-containers-golang.git
Homepage: https://github.com/seccomp/containers-golang
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/seccomp/containers-golang
Package: golang-github-seccomp-containers-golang-dev
Architecture: all
Depends:
golang-github-opencontainers-specs-dev,
${misc:Depends},
Description: libseccomp mappings in Golang
Golang libraries used by container runtimes to generate and load seccomp
mappings into the kernel.
.
seccomp (short for secure computing mode) is a BPF based syscall filter
language presenting conventional function-call based filtering interface.
|