Skip to content

Commit 689e3c1

Browse files
committed
all: Update CHANGELOG for v0.9.1
Signed-off-by: Matthew Heon <[email protected]>
1 parent 0353a0b commit 689e3c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,16 @@ libseccomp-golang: Releases
22
===============================================================================
33
https://github.com/seccomp/libseccomp-golang
44

5+
* Version 0.9.1 - May 21, 2019
6+
- Minimum supported version of libseccomp bumped to v2.2.0
7+
- Use Libseccomp's `seccomp_version` API to retrieve library version
8+
- Unconditionally set TSync attribute for filters, due to Go's heavily threaded nature
9+
- Fix CVE-2017-18367 - Multiple syscall arguments were incorrectly combined with logical-OR, instead of logical-AND
10+
- Fix a failure to build on Debian-based distributions due to CGo code
11+
- Fix unit test failures on 32-bit architectures
12+
- Improve several errors to be more verbose about their causes
13+
- Add support for SCMP_ACT_LOG (with libseccomp versions 2.4.x and higher), permitting syscalls but logging their execution
14+
- Add support for SCMP_FLTATR_CTL_LOG (with libseccomp versions 2.4.x and higher), logging not-allowed actions when they are denied
15+
516
* Version 0.9.0 - January 5, 2017
617
- Initial tagged release

0 commit comments

Comments
 (0)