mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
remove the erroneous (5th) filter argument to sendmmsg.
PiperOrigin-RevId: 378677167
This commit is contained in:
@@ -271,7 +271,6 @@ var allowedSyscalls = seccomp.SyscallRules{
|
||||
seccomp.MatchAny{},
|
||||
seccomp.MatchAny{},
|
||||
seccomp.EqualTo(unix.MSG_DONTWAIT),
|
||||
seccomp.EqualTo(0),
|
||||
},
|
||||
},
|
||||
unix.SYS_RESTART_SYSCALL: {},
|
||||
|
||||
Reference in New Issue
Block a user