• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Apr-2016-

LICENSEH A D25-Apr-20161.3 KiB2320

READMEH A D25-Apr-20161.1 KiB2719

seccomp.goH A D25-Apr-201625.7 KiB828448

seccomp_internal.goH A D25-Apr-201611.7 KiB462272

README

1libseccomp-golang: Go Language Bindings for the libseccomp Project
2===============================================================================
3https://github.com/seccomp/libseccomp-golang
4https://github.com/seccomp/libseccomp
5
6The libseccomp library provides an easy to use, platform independent, interface
7to the Linux Kernel's syscall filtering mechanism.  The libseccomp API is
8designed to abstract away the underlying BPF based syscall filter language and
9present a more conventional function-call based filtering interface that should
10be familiar to, and easily adopted by, application developers.
11
12The libseccomp-golang library provides a Go based interface to the libseccomp
13library.
14
15* Online Resources
16
17The library source repository currently lives on GitHub at the following URLs:
18
19	-> https://github.com/seccomp/libseccomp-golang
20	-> https://github.com/seccomp/libseccomp
21
22The project mailing list is currently hosted on Google Groups at the URL below,
23please note that a Google account is not required to subscribe to the mailing
24list.
25
26	-> https://groups.google.com/d/forum/libseccomp
27