We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfe96d commit e2c03e1Copy full SHA for e2c03e1
CHANGELOG
@@ -2,6 +2,12 @@ libseccomp: Releases
2
===============================================================================
3
https://github.com/seccomp/libseccomp
4
5
+* Version 2.5.3 - November 5, 2021
6
+- Update the syscall table for Linux v5.15
7
+- Fix issues with multiplexed syscalls on mipsel introduced in v2.5.2
8
+- Document that seccomp_rule_add() may return -EACCES
9
+- Fix issues with test 11-basic-basic_errors on old kernels (API level < 5)
10
+
11
* Version 2.5.2 - August 31, 2021
12
- Update the syscall table for Linux v5.14-rc7
13
- Add a function, get_notify_fd(), to the Python bindings to get the
0 commit comments