Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1001 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 1001 Bytes

goseccomp: A simple native go seccomp library

goseccomp is a pure go library to create and insert seccomp-bpf filters.

Roadmap

  • Add a complete documentation of the API
  • Add support for retrieving seccomp user notifications
  • Add support for more argument filter types

Contributions

In case you have a suggestion or want a new feature, feel free to open an issue with the enhancement label.

If you found a bug, you can open an issue.

In case you are able to fix by yourself a bug, enhance the code or implement a new feature, feel free to send a Pull request.

License

This project is released under the MIT license. Feel free to use, contribute, fork and do what you want with it. Please keep all licenses, copyright notices and mentions in case you use, re-use, steal, fork code from this repository.