README 1.1 KB

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