From bf5d10743f82ea438b1a05939f55d8b0027e98b9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 13 Nov 2025 01:22:47 +0900 Subject: treewide: import internal/system For #24. Signed-off-by: Ophestra --- internal/outcome/spcontainer.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/outcome/spcontainer.go') 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" -- cgit v1.3.1