diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-06-10 10:11:27 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-10 10:13:45 -0700 |
commit | d3ebc2db68974daa5d3528568c0144743ac88593 (patch) | |
tree | 449325816669db21b23f35ec8a6bb42719909c71 | |
parent | c867c5526d4b25e8f01e0d6a6e81974676957c97 (diff) |
remove the erroneous (5th) filter argument to sendmmsg.
PiperOrigin-RevId: 378677167
-rw-r--r-- | runsc/boot/filter/config.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/filter/config.go b/runsc/boot/filter/config.go index 905747954..752fea0e1 100644 --- a/runsc/boot/filter/config.go +++ b/runsc/boot/filter/config.go @@ -271,7 +271,6 @@ var allowedSyscalls = seccomp.SyscallRules{ seccomp.MatchAny{}, seccomp.MatchAny{}, seccomp.EqualTo(unix.MSG_DONTWAIT), - seccomp.EqualTo(0), }, }, unix.SYS_RESTART_SYSCALL: {}, |