aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/bwrap/seccomp.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/bwrap/seccomp.go')
-rw-r--r--helper/bwrap/seccomp.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/bwrap/seccomp.go b/helper/bwrap/seccomp.go
index 1173a76c..f74015fd 100644
--- a/helper/bwrap/seccomp.go
+++ b/helper/bwrap/seccomp.go
@@ -81,5 +81,5 @@ func (s *seccompBuilder) Append(args *[]string) {
return
}
- *args = append(*args, positionalArgs[Seccomp], strconv.Itoa(int(s.Fd())))
+ *args = append(*args, Seccomp.String(), strconv.Itoa(int(s.Fd())))
}