diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-06-10 17:17:48 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-10 17:17:48 +0000 |
commit | 87d7d055e7804716b3bd0bbb9b1013a9d1bae38d (patch) | |
tree | 2be280ad4ea93b2646388b102cfc3aeaf2f5f0ea /runsc/boot | |
parent | abed509b6132c94fb377eebb4660e34ba9401ed2 (diff) | |
parent | d3ebc2db68974daa5d3528568c0144743ac88593 (diff) |
Merge release-20210601.0-38-gd3ebc2db6 (automated)
Diffstat (limited to 'runsc/boot')
-rw-r--r-- | runsc/boot/filter/config.go | 1 |
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: {}, |