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

`seccomp_transaction_start.3` does not get installed with `make install`. Likely because it is missing in https://github.com/seccomp/libseccomp/blob/main/doc/Makefile.am

bug

This patchset proposes to solve issue #11 - RFE: support "maximum kernel version". # Signficant changes in this patchset * Updates [syscalls.csv](https://github.com/seccomp/libseccomp/blob/main/src/syscalls.csv) with the kernel versions that syscalls were added...

enhancement
pending/review

As far as I can tell, [libseccomp's Python library](https://github.com/seccomp/libseccomp/blob/main/src/python/) is not distributed on pypi.org. It is available through various package managers (such as [nixpkgs](https://search.nixos.org/packages?channel=24.11&show=python312Packages.seccomp&from=0&size=50&sort=relevance&type=packages&query=seccomp) and the [AUR](https://archlinux.org/packages/core/x86_64/python-libseccomp/)). I'm building a...

It was added by commit 3f0e47f absent from but release notes never mention it. I've also checked that v2.5.6 doesn't have it.

bug

The section describing `SCMP_ACT_NOTIFY` misspells the "seccomp_notif_fd(3)" function, it should be "seccomp_notify_fd(3)". ``` SCMP_ACT_NOTIFY A monitoring process will be notified when a process running the seccomp filter calls a syscall...

bug
priority/low

As seen on the main branch: ``` Making install in python running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer...

bug

python may not exist, or could be the python 2 interpreter. same should happen for tests. Feel free to take over this PR, I just noticed this in passing.

bug
pending/info

Merging filter collections didn’t carry over notify_used; if the source had SCMP_ACT_NOTIFY rules, the merged filter could skip requesting SECCOMP_FILTER_FLAG_NEW_LISTENER, yielding no listener FD. This ORs the flag from source...

bug
pending/revision

Hello kind people, I am the main author of [syd](https://gitlab.exherbo.org/sydbox/sydbox) which thankfully uses libseccomp to provide a portable sandbox. In my testing I have noticed a few oddities with architectures...

This patchset adds support for building Python wheels that are suitable for upload to pip. I uploaded the wheels generated by the [Ubuntu 24.04 continuous integration run](https://github.com/drakenclimber/libseccomp/actions/runs/16178409810) to the [Test...

enhancement
pending/revision