summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--runsc/fsgofer/filter/config.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/runsc/fsgofer/filter/config.go b/runsc/fsgofer/filter/config.go
index 8989cdb2f..a3f104a58 100644
--- a/runsc/fsgofer/filter/config.go
+++ b/runsc/fsgofer/filter/config.go
@@ -83,10 +83,6 @@ var allowedSyscalls = seccomp.SyscallRules{
seccomp.AllowAny{},
seccomp.AllowValue(syscall.F_GETFD),
},
- {
- seccomp.AllowAny{},
- seccomp.AllowValue(syscall.F_DUPFD_CLOEXEC),
- },
},
syscall.SYS_FSTAT: {},
syscall.SYS_FSTATFS: {},