aboutsummaryrefslogtreecommitdiffhomepage
path: root/dbus/proc.go
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/proc.go')
-rw-r--r--dbus/proc.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/proc.go b/dbus/proc.go
index 1a519617..283f31c5 100644
--- a/dbus/proc.go
+++ b/dbus/proc.go
@@ -67,6 +67,7 @@ func (p *Proxy) Start() error {
p.final, true,
argF, func(container *sandbox.Container) {
container.SeccompFlags |= seccomp.AllowMultiarch
+ container.SeccompPresets |= seccomp.PresetStrict
container.Hostname = "hakurei-dbus"
container.CommandContext = p.CommandContext
if p.output != nil {