remove the erroneous (5th) filter argument to sendmmsg.

PiperOrigin-RevId: 378677167
This commit is contained in:
gVisor bot
2021-06-10 10:13:45 -07:00
parent c867c5526d
commit d3ebc2db68
-1
View File
@@ -271,7 +271,6 @@ var allowedSyscalls = seccomp.SyscallRules{
seccomp.MatchAny{},
seccomp.MatchAny{},
seccomp.EqualTo(unix.MSG_DONTWAIT),
seccomp.EqualTo(0),
},
},
unix.SYS_RESTART_SYSCALL: {},