README 448 B

12345678
  1. The libseccomp library provides an easy to use, platform
  2. independent, interface to the Linux Kernel's syscall filtering
  3. mechanism. The libseccomp API is designed to abstract away the
  4. underlying BPF based syscall filter language and present a more
  5. conventional function-call based filtering interface that should
  6. be familiar to, and easily adopted by, application developers.
  7. To build the python bindings use: "CYTHON="yes" ./libseccomp.SlackBuild