All Projects → seccomp → Libseccomp Golang

seccomp / Libseccomp Golang

Licence: bsd-2-clause
The libseccomp golang bindings repository

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Libseccomp Golang

Libseccomp
The main libseccomp repository
Stars: ✭ 489 (+203.73%)
Mutual labels:  bpf
Awesome Ebpf
A curated list of awesome projects related to eBPF.
Stars: ✭ 1,102 (+584.47%)
Mutual labels:  bpf
Tcpdump
the TCPdump network dissector
Stars: ✭ 1,731 (+975.16%)
Mutual labels:  bpf
Goebpf
Library to work with eBPF programs from Go
Stars: ✭ 666 (+313.66%)
Mutual labels:  bpf
Bpf Map
Generic tool to inspect BPF maps
Stars: ✭ 38 (-76.4%)
Mutual labels:  bpf
Kubectl Trace
Schedule bpftrace programs on your kubernetes cluster using the kubectl
Stars: ✭ 1,194 (+641.61%)
Mutual labels:  bpf
Bpftrace
High-level tracing language for Linux eBPF
Stars: ✭ 4,526 (+2711.18%)
Mutual labels:  bpf
Traceloop
Tracing system calls in cgroups using BPF and overwritable ring buffers
Stars: ✭ 136 (-15.53%)
Mutual labels:  bpf
Cilium
eBPF-based Networking, Security, and Observability
Stars: ✭ 10,256 (+6270.19%)
Mutual labels:  bpf
Tcpdog
eBPF based TCP observability.
Stars: ✭ 119 (-26.09%)
Mutual labels:  bpf
Xdp Tutorial
XDP tutorial
Stars: ✭ 740 (+359.63%)
Mutual labels:  bpf
Ebpf exporter
Prometheus exporter for custom eBPF metrics
Stars: ✭ 829 (+414.91%)
Mutual labels:  bpf
Rakelimit
A fair-share ratelimiter implemented in BPF
Stars: ✭ 97 (-39.75%)
Mutual labels:  bpf
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+3237.89%)
Mutual labels:  bpf
Xdp Project
XDP project collaboration through a git-repo
Stars: ✭ 127 (-21.12%)
Mutual labels:  bpf
Bpfd
Framework for running BPF programs with rules on Linux as a daemon. Container aware.
Stars: ✭ 396 (+145.96%)
Mutual labels:  bpf
Cgnet
Stars: ✭ 69 (-57.14%)
Mutual labels:  bpf
Npf
NPF: packet filter with stateful inspection, NAT, IP sets, etc.
Stars: ✭ 160 (-0.62%)
Mutual labels:  bpf
Libpcap
the LIBpcap interface to various kernel packet capture mechanism
Stars: ✭ 1,785 (+1008.7%)
Mutual labels:  bpf
Libbpf Rs
Minimal and opinionated eBPF tooling for the Rust ecosystem
Stars: ✭ 116 (-27.95%)
Mutual labels:  bpf

libseccomp Golang Bindings

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

Build Status

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.

Online Resources

The library source repository currently lives on GitHub at the following URLs:

The project mailing list is currently hosted on Google Groups at the URL below, please note that a Google account is not required to subscribe to the mailing list.

Documentation is also available at:

Installing the package

The libseccomp-golang bindings require at least Go v1.2.1 and GCC v4.8.4; earlier versions may yield unpredictable results. If you meet these requirements you can install this package using the command below:

# go get github.com/seccomp/libseccomp-golang

Testing the Library

A number of tests and lint related recipes are provided in the Makefile, if you want to run the standard regression tests, you can excute the following:

# make check

In order to execute the 'make lint' recipe the 'golint' tool is needed, it can be found at:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].