How to Install golang-github-seccomp-libseccomp-golang-dev in Ubuntu 18.04



Install golang-github-seccomp-libseccomp-golang-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-seccomp-libseccomp-golang-dev

Description:

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.

Homepage: https://github.com/seccomp/libseccomp-golang

Version: 0.9.0-1

Section: universe/devel