libseccomp icon indicating copy to clipboard operation
libseccomp copied to clipboard

The main libseccomp repository

Results 73 libseccomp issues
Sort by recently updated
recently updated
newest added

I was wondering if the project is open to providing python documentation build with sphinx possibly with some examples.

enhancement
priority/low

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...

question
priority/medium
pending/review

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...

enhancement
priority/low
pending/revision

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...

enhancement
priority/medium

Update syscall.csv to reflect rv32 arch and use latest 5.13-rc5 kernel for that

enhancement
priority/medium
pending/revision

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...

enhancement
priority/medium

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...

enhancement
priority/medium

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

enhancement
priority/medium

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...

enhancement
priority/low

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...

enhancement
priority/low