summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-10-19 15:22:52 +0000
committergVisor bot <gvisor-bot@google.com>2021-10-19 15:22:52 +0000
commit26e1efa7b9427d8dee72a3e871d7eef5d104fdd7 (patch)
tree06a266507e18bfb9980069b833fd5b3d6782e287
parent53821abe917610e3c076781cddb71ead48c06e42 (diff)
parent83840125e0bd050129fc3c8983a5bcef7afefe4e (diff)
Merge release-20211005.0-60-g83840125e (automated)build-android
-rw-r--r--runsc/boot/filter/config.go5
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),