aboutsummaryrefslogtreecommitdiffhomepage
path: root/system/dbus/proc.go
diff options
context:
space:
mode:
Diffstat (limited to 'system/dbus/proc.go')
-rw-r--r--system/dbus/proc.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/dbus/proc.go b/system/dbus/proc.go
index 24f8c40b..01e836da 100644
--- a/system/dbus/proc.go
+++ b/system/dbus/proc.go
@@ -9,6 +9,7 @@ import (
"syscall"
"hakurei.app/container"
+ "hakurei.app/container/bits"
"hakurei.app/container/seccomp"
"hakurei.app/helper"
"hakurei.app/ldd"
@@ -63,7 +64,7 @@ func (p *Proxy) Start() error {
p.final, true,
argF, func(z *container.Container) {
z.SeccompFlags |= seccomp.AllowMultiarch
- z.SeccompPresets |= seccomp.PresetStrict
+ z.SeccompPresets |= bits.PresetStrict
z.Hostname = "hakurei-dbus"
if p.output != nil {
z.Stdout, z.Stderr = p.output, p.output