libseccomp
libseccomp copied to clipboard
The main libseccomp repository
I was wondering if the project is open to providing python documentation build with sphinx possibly with some examples.
Hello, I have a question about [`SCMP_FLTATR_API_TSKIP`](https://man7.org/linux/man-pages/man3/seccomp_attr_set.3.html) attribute. `SCMP_FLTATR_API_SKIP` has been supported from https://github.com/seccomp/libseccomp/commit/dc879990774b5fe0b5d3362ae592e8a5bb615fbb in order to address the #80 and the man page explains as follows: > A flag...
This patchset automatically generates Doxygen documentation and writes it to a github branch. Github supports a feature called pages where a branch is displayed as HTML, and I'm using that...
Given the growing popularity of Rust for system development, it seems like it might be a good idea to support a set of libseccomp Rust bindings. We could develop our...
Update syscall.csv to reflect rv32 arch and use latest 5.13-rc5 kernel for that
one downside to libseccomp is that you have to link it into every project that wants to use it, and then generate the bpf program on the fly before it...
Add functionality to export the seccomp BPF filter in a C header file format suitable for including in a project. Ideally the generated C header would include the filter loading...
We should look into making sure libseccomp, and the various bindings, have the necessary SPDX markings. More information for reference: * https://spdx.dev * https://lwn.net/Articles/868882
It might be nice to look into hosting some of the libseccomp documentation on [Read the Docs](https://readthedocs.org); at the very least a short into into the project and the info...
Consider using a document converter such as [pandoc](http://pandoc.org) to generate the man pages from Markdown. Not only should this make it easier to create/edit the man pages, but it should...