diff options
Diffstat (limited to 'internal/outcome/spcontainer.go')
| -rw-r--r-- | internal/outcome/spcontainer.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/outcome/spcontainer.go b/internal/outcome/spcontainer.go index a9eed191..a6eed75b 100644 --- a/internal/outcome/spcontainer.go +++ b/internal/outcome/spcontainer.go @@ -16,11 +16,11 @@ import ( "hakurei.app/container/seccomp" "hakurei.app/container/std" "hakurei.app/hst" + "hakurei.app/internal/system" + "hakurei.app/internal/system/acl" + "hakurei.app/internal/system/dbus" "hakurei.app/internal/validate" "hakurei.app/message" - "hakurei.app/system" - "hakurei.app/system/acl" - "hakurei.app/system/dbus" ) const varRunNscd = fhs.Var + "run/nscd" |
