diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-10-10 20:43:49 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-10-10 20:43:49 +0000 |
commit | ecd1128e2a9126b268d233f94198ce8f64de9775 (patch) | |
tree | d5e7184674111a055bfb9dd89e527d24632be00e /runsc/fsgofer | |
parent | de6517c4c3b3dfb474ebd567c1c90330b869cbc2 (diff) | |
parent | a5170fd825efbea0550137b5979f7bd08398aa55 (diff) |
Merge release-20190806.1-260-ga5170fd (automated)
Diffstat (limited to 'runsc/fsgofer')
-rw-r--r-- | runsc/fsgofer/filter/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/fsgofer/filter/config.go b/runsc/fsgofer/filter/config.go index c7922b54f..0bf7507b7 100644 --- a/runsc/fsgofer/filter/config.go +++ b/runsc/fsgofer/filter/config.go @@ -177,6 +177,7 @@ var allowedSyscalls = seccomp.SyscallRules{ syscall.SYS_RENAMEAT: {}, syscall.SYS_RESTART_SYSCALL: {}, syscall.SYS_RT_SIGPROCMASK: {}, + syscall.SYS_RT_SIGRETURN: {}, syscall.SYS_SCHED_YIELD: {}, syscall.SYS_SENDMSG: []seccomp.Rule{ // Used by fdchannel.Endpoint.SendFD(). |