Package: libseccomp / 2.5.1-1+deb11u1

Metadata

Package Version Patches format
libseccomp 2.5.1-1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
syscalls_update_the_syscall_table_to_v5.12 rc7.patch | (download)

include/seccomp-syscalls.h | 2 2 + 0 - 0 !
src/syscalls.csv | 6 5 + 1 - 0 !
2 files changed, 7 insertions(+), 1 deletion(-)

 [patch] syscalls: update the syscall table to v5.12-rc7

Due to additional ABIs in main we can't do a simple backport or copy
of the syscall table so we are generating it directly in the
release-2.5 branch.

This patch also fixes the missing faccessat2() #defines in the
seccomp-syscalls.h header file.

Signed-off-by: Paul Moore <paul@paul-moore.com>

syscalls_add_close_range_syscall.patch | (download)

include/seccomp-syscalls.h | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] syscalls: add close_range() syscall

The syscall has been added a while ago so we should support resolving
it, too.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
syscalls_update_to_Linux_v5.14 rc7.patch | (download)

include/seccomp-syscalls.h | 7 7 + 0 - 0 !
src/syscalls.csv | 7 6 + 1 - 0 !
2 files changed, 13 insertions(+), 1 deletion(-)

 [patch] syscalls: update to linux v5.14-rc7

Signed-off-by: Paul Moore <paul@paul-moore.com>

api_update_seccomp syscalls.h.patch | (download)

include/seccomp-syscalls.h | 22 16 + 6 - 0 !
1 file changed, 16 insertions(+), 6 deletions(-)

 [patch] api: update seccomp-syscalls.h

It appears that the seccomp-syscalls.h header file had gotten out of
sync with the syscalls.csv syscall table, this patch fixes this
disconnect.

The only edit that is somewhat interesting is that the oldwait4(2)
syscall probably never should have been included in the header file
as it appears to no longer exist (?).

Reported-by: Mike Frysinger <vapier@gentoo.org>
syscalls_update_the_syscall_table_to_Linux_v5.15.patch | (download)

include/seccomp-syscalls.h | 2 2 + 0 - 0 !
src/syscalls.csv | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 1 deletion(-)

 [patch] syscalls: update the syscall table to linux v5.15

Signed-off-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>