Skip to content

Commit 03a5a74

Browse files
committed
Vendor updated libseccomp-golang for bugfix
Syscall argument handling was bugged in previous releases. Per-argument match rules were handled with OR logic when they should have used AND logic. The updated version of the bindings resolves this issue. As a side effect, the minimum supported version of Libseccomp has been raised from v2.1.0 to v2.2.0. Signed-off-by: Matthew Heon <[email protected]>
1 parent beb8716 commit 03a5a74

4 files changed

Lines changed: 167 additions & 133 deletions

File tree

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ github.com/opencontainers/runtime-spec v1.0.0
55
# Core libcontainer functionality.
66
github.com/mrunalp/fileutils ed869b029674c0e9ce4c0dfa781405c2d9946d08
77
github.com/opencontainers/selinux v1.0.0-rc1
8-
github.com/seccomp/libseccomp-golang 32f571b70023028bd57d9288c20efbcb237f3ce0
8+
github.com/seccomp/libseccomp-golang 84e90a91acea0f4e51e62bc1a75de18b1fc0790f
99
github.com/sirupsen/logrus a3f95b5c423586578a4e099b11a46c2479628cac
1010
github.com/syndtr/gocapability db04d3cc01c8b54962a58ec7e491717d06cfcc16
1111
github.com/vishvananda/netlink 1e2e08e8a2dcdacaae3f14ac44c5cfa31361f270

vendor/github.com/seccomp/libseccomp-golang/README

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/seccomp/libseccomp-golang/seccomp.go

Lines changed: 56 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)