libseccomp: update to 2.5.1

Release notes as per https://github.com/seccomp/libseccomp/releases/tag/v2.5.1:

Version 2.5.1 - November 20, 2020

    Fix a bug where seccomp_load() could only be called once
    Change the notification fd handling to only request a notification fd if
    the filter has a _NOTIFY action
    Add documentation about SCMP_ACT_NOTIFY to the seccomp_add_rule(3) manpage
    Clarify the maintainers' GPG keys

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2021-01-31 21:33:27 +01:00
committed by Michael Tremer
parent f453ff8415
commit d5eb0e3906
2 changed files with 11 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ usr/bin/scmp_sys_resolver
#usr/lib/libseccomp.la
#usr/lib/libseccomp.so
usr/lib/libseccomp.so.2
usr/lib/libseccomp.so.2.4.4
usr/lib/libseccomp.so.2.5.1
#usr/lib/pkgconfig/libseccomp.pc
#usr/share/man/man1/scmp_sys_resolver.1
#usr/share/man/man3/seccomp_api_get.3
@@ -21,6 +21,12 @@ usr/lib/libseccomp.so.2.4.4
#usr/share/man/man3/seccomp_init.3
#usr/share/man/man3/seccomp_load.3
#usr/share/man/man3/seccomp_merge.3
#usr/share/man/man3/seccomp_notify_alloc.3
#usr/share/man/man3/seccomp_notify_fd.3
#usr/share/man/man3/seccomp_notify_free.3
#usr/share/man/man3/seccomp_notify_id_valid.3
#usr/share/man/man3/seccomp_notify_receive.3
#usr/share/man/man3/seccomp_notify_respond.3
#usr/share/man/man3/seccomp_release.3
#usr/share/man/man3/seccomp_reset.3
#usr/share/man/man3/seccomp_rule_add.3