diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-11-13 01:22:47 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-11-13 01:22:47 +0900 |
| commit | bf5d10743f82ea438b1a05939f55d8b0027e98b9 (patch) | |
| tree | 5d0294116c219ecce64af42adb2d17db8e6e116b /internal/outcome/spcontainer.go | |
| parent | 4e7aab07d5b175345fdf3ea08868dab1e6d90126 (diff) | |
treewide: import internal/system
For #24.
Signed-off-by: Ophestra <cat@gensokyo.uk>
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" |
