Skip to content

Commit

Permalink
Convert Seccomp support to use Libseccomp
Browse files Browse the repository at this point in the history
This removes the existing, native Go seccomp filter generation and replaces it
with Libseccomp. Libseccomp is a C library which provides architecture
independent generation of Seccomp filters for the Linux kernel.

This adds a dependency on v2.2.1 or above of Libseccomp.

Signed-off-by: Matthew Heon <[email protected]>
  • Loading branch information
mheon committed Jun 30, 2015
1 parent 85e264d commit 8b794ea
Show file tree
Hide file tree
Showing 22 changed files with 2,139 additions and 616 deletions.
6 changes: 5 additions & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions Godeps/_workspace/src/github.com/seccomp/libseccomp-golang/README

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8b794ea

Please sign in to comment.