diff options
Diffstat (limited to 'dbus/proc.go')
| -rw-r--r-- | dbus/proc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/proc.go b/dbus/proc.go index 1b1a51c5..1a519617 100644 --- a/dbus/proc.go +++ b/dbus/proc.go @@ -66,7 +66,7 @@ func (p *Proxy) Start() error { ctx, toolPath, p.final, true, argF, func(container *sandbox.Container) { - container.Seccomp |= seccomp.FilterMultiarch + container.SeccompFlags |= seccomp.AllowMultiarch container.Hostname = "hakurei-dbus" container.CommandContext = p.CommandContext if p.output != nil { |
