golang-github-seccomp-libseccomp-golang 0.10.0-3 source package in Ubuntu

Changelog

golang-github-seccomp-libseccomp-golang (0.10.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Security-Contact.

 -- Jelmer Vernooij <email address hidden>  Thu, 24 Nov 2022 18:05:31 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-seccomp-libseccomp-golang_0.10.0-3.dsc 2.4 KiB fd13f55fd9daab8dab582defc009463b6c6e9b009869a4cefbb001daeaf9d399
golang-github-seccomp-libseccomp-golang_0.10.0.orig.tar.gz 28.8 KiB de570f2c52e571561f54a8c4f65a6a3ffa1e2bdcac4a8ae5fcfdf63926f78f56
golang-github-seccomp-libseccomp-golang_0.10.0-3.debian.tar.xz 4.0 KiB dac77bb762cdb50b9e18b779ecd941a1089135e33a7a343896d710f1aad9f3b4

Available diffs

No changes file available.

Binary packages built by this source

golang-github-seccomp-libseccomp-golang-dev: golang bindings for libseccomp

 The libseccomp library provides an easy to use, platform independent, interface
 to the Linux Kernel's syscall filtering mechanism. The libseccomp API is
 designed to abstract away the underlying BPF based syscall filter language and
 present a more conventional function-call based filtering interface that should
 be familiar to, and easily adopted by, application developers.
 .
 The libseccomp-golang library provides a Go based interface to the libseccomp
 library.