golang-github-seccomp-libseccomp-golang 0.9.1-2 source package in Ubuntu

Changelog

golang-github-seccomp-libseccomp-golang (0.9.1-2) unstable; urgency=medium

  * Team upload.
  * Backport ActKillProcess, Closes: #975602

 -- Reinhard Tartler <email address hidden>  Tue, 24 Nov 2020 06:49:30 -0500

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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-seccomp-libseccomp-golang_0.9.1-2.dsc 2.5 KiB b83695a85201a0363678f962444f3c9e14b383a453cd0664444d914560857e2c
golang-github-seccomp-libseccomp-golang_0.9.1.orig.tar.xz 15.9 KiB bd4a0a77a2a6b5bab1b6f8746116136a92d5ba74849be95f9dc8183ded37f4a2
golang-github-seccomp-libseccomp-golang_0.9.1-2.debian.tar.xz 4.8 KiB 1a11ad15625a9a0ca2c6730f3c2127166304ebdd1e31759f1884588f4cb96af3

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.