Paul Moore
Paul Moore
This PR contains two patches, the first fixes an existing problem with transaction management and the second adds a new transaction API to libseccomp. @drakenclimber when you have the chance...
Linux v6.6 is expected to add support for a new `seccomp()` flag, `SECCOMP_USER_NOTIF_FD_SYNC_WAKE_UP`. Investigate what we need to do for libseccomp. My initial thought is that as this really only...
This commit adds a basic test for the io_uring command passthrough functionality.
Since updating to version 0.4.1 of the addon it requires reauthentication every few hours, selecting (or not selecting) "skip password change" seems to have no affect. Additional HA information: HA...
First a big thank you for creating this HA integration, it's a very welcome addition and I can't wait to see this stabilized! Unfortunately, I'm running into a problem with...
Add a small section to our README.md file explaining our release planning process, e.g. GH milestones.
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...
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...