diff options
-rw-r--r-- | runsc/boot/filter/config.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runsc/boot/filter/config.go b/runsc/boot/filter/config.go index db363435b..4a9d30c5f 100644 --- a/runsc/boot/filter/config.go +++ b/runsc/boot/filter/config.go @@ -651,11 +651,6 @@ func controlServerFilters(fd int) seccomp.SyscallRules { seccomp.EqualTo(fd), }, }, - unix.SYS_ACCEPT: []seccomp.Rule{ - { - seccomp.EqualTo(fd), - }, - }, unix.SYS_LISTEN: []seccomp.Rule{ { seccomp.EqualTo(fd), |