File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,18 @@ libseccomp: Releases
2
2
===============================================================================
3
3
https://github.com/seccomp/libseccomp
4
4
5
+ * Version 2.5.2 - August 31, 2021
6
+ - Update the syscall table for Linux v5.14-rc7
7
+ - Add a function, get_notify_fd(), to the Python bindings to get the
8
+ nofication file descriptor
9
+ - Consolidate multiplexed syscall handling for all architectures into one
10
+ location
11
+ - Add multiplexed syscall support to PPC
12
+ - Add multiplexed syscall support to MIPS
13
+ - The meaning of SECCOMP_IOCTL_NOTIF_ID_VALID changed within the kernel.
14
+ Modify the libseccomp file descriptor notification logic to support the
15
+ kernel's previous and new usage of SECCOMP_IOCTL_NOTIF_ID_VALID
16
+
5
17
* Version 2.5.1 - November 20, 2020
6
18
- Fix a bug where seccomp_load() could only be called once
7
19
- Change the notification fd handling to only request a notification fd if
You can’t perform that action at this time.
0 commit comments