summaryrefslogtreecommitdiff
path: root/profiles/seccomp/seccomp_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/seccomp/seccomp_linux.go')
-rw-r--r--profiles/seccomp/seccomp_linux.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/seccomp/seccomp_linux.go b/profiles/seccomp/seccomp_linux.go
index 222fec6936..ed9ce472d8 100644
--- a/profiles/seccomp/seccomp_linux.go
+++ b/profiles/seccomp/seccomp_linux.go
@@ -107,6 +107,9 @@ func setupSeccomp(config *Seccomp, rs *specs.Spec) (*specs.LinuxSeccomp, error)
}
newConfig.DefaultAction = config.DefaultAction
+ newConfig.DefaultErrnoRet = config.DefaultErrnoRet
+ newConfig.ListenerPath = config.ListenerPath
+ newConfig.ListenerMetadata = config.ListenerMetadata
Loop:
// Loop through all syscall blocks and convert them to libcontainer format after filtering them