summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-06-10 10:11:27 -0700
committergVisor bot <gvisor-bot@google.com>2021-06-10 10:13:45 -0700
commitd3ebc2db68974daa5d3528568c0144743ac88593 (patch)
tree449325816669db21b23f35ec8a6bb42719909c71
parentc867c5526d4b25e8f01e0d6a6e81974676957c97 (diff)
remove the erroneous (5th) filter argument to sendmmsg.
PiperOrigin-RevId: 378677167
-rw-r--r--runsc/boot/filter/config.go1
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: {},