diff options
| author | Maciej Borzecki <maciej.zenon.borzecki@canonical.com> | 2022-04-15 12:15:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-15 12:15:17 +0200 |
| commit | 259f56a8fe1a181d99a3b3f49a10e93b707fdba8 (patch) | |
| tree | 8dfd61976f843d81ee776e0cf2f676b73ec999b7 | |
| parent | 64fdab19bfdec43d55aebd8fca723b94694237e0 (diff) | |
| parent | 9f1b5c134010afb03e7f7fd4cb3a2254deb597db (diff) | |
Merge pull request #11674 from mvo5/update-seccomp-once-more
c/snap-seccomp: update syscalls to match libseccomp 2657109
| -rw-r--r-- | cmd/snap-seccomp/syscalls/syscalls.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/snap-seccomp/syscalls/syscalls.go b/cmd/snap-seccomp/syscalls/syscalls.go index 6661725215..8c2acc9c78 100644 --- a/cmd/snap-seccomp/syscalls/syscalls.go +++ b/cmd/snap-seccomp/syscalls/syscalls.go @@ -125,6 +125,7 @@ var SeccompSyscalls = []string{ "ftruncate64", "futex", "futex_time64", + "futex_waitv", "futimesat", "get_kernel_syms", "get_mempolicy", @@ -372,6 +373,7 @@ var SeccompSyscalls = []string{ "sendmsg", "sendto", "set_mempolicy", + "set_mempolicy_home_node", "set_robust_list", "set_thread_area", "set_tid_address", |
