diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-14 23:58:52 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-15 00:11:48 +0900 |
| commit | be7d944b39ed2e6a674c64c39c0f0f093d4d3097 (patch) | |
| tree | 3d456583ddff92b80850e8bf188f0ffb84d8c819 /helper/bwrap/seccomp.go | |
| parent | ace97952ccd08afe74737659794f43233d28596e (diff) | |
helper/bwrap: PositionalArg implement fmt.Stringer
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'helper/bwrap/seccomp.go')
| -rw-r--r-- | helper/bwrap/seccomp.go | 2 |
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()))) } |
