Merge release-20190806.1-260-ga5170fd (automated)

This commit is contained in:
gVisor bot 2019-10-10 20:43:49 +00:00
commit ecd1128e2a
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ var allowedSyscalls = seccomp.SyscallRules{
syscall.SYS_RENAMEAT: {}, syscall.SYS_RENAMEAT: {},
syscall.SYS_RESTART_SYSCALL: {}, syscall.SYS_RESTART_SYSCALL: {},
syscall.SYS_RT_SIGPROCMASK: {}, syscall.SYS_RT_SIGPROCMASK: {},
syscall.SYS_RT_SIGRETURN: {},
syscall.SYS_SCHED_YIELD: {}, syscall.SYS_SCHED_YIELD: {},
syscall.SYS_SENDMSG: []seccomp.Rule{ syscall.SYS_SENDMSG: []seccomp.Rule{
// Used by fdchannel.Endpoint.SendFD(). // Used by fdchannel.Endpoint.SendFD().