aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/outcome/spcontainer.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/outcome/spcontainer.go')
-rw-r--r--internal/outcome/spcontainer.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/outcome/spcontainer.go b/internal/outcome/spcontainer.go
index 738d3383..28697b41 100644
--- a/internal/outcome/spcontainer.go
+++ b/internal/outcome/spcontainer.go
@@ -16,9 +16,9 @@ import (
"hakurei.app/container/seccomp"
"hakurei.app/container/std"
"hakurei.app/hst"
+ "hakurei.app/internal/acl"
+ "hakurei.app/internal/dbus"
"hakurei.app/internal/system"
- "hakurei.app/internal/system/acl"
- "hakurei.app/internal/system/dbus"
"hakurei.app/internal/validate"
"hakurei.app/message"
)