From 82561d62b66f17c05604e87f18187bb3a91f00d2 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 2 Jul 2025 21:52:07 +0900 Subject: system: move system access packages These packages loosely belong in the "system" package and "system" provides high level wrappers for all of them. Signed-off-by: Ophestra --- hst/config.go | 2 +- hst/template.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'hst') diff --git a/hst/config.go b/hst/config.go index 1c3390bf..48ce2301 100644 --- a/hst/config.go +++ b/hst/config.go @@ -2,8 +2,8 @@ package hst import ( - "git.gensokyo.uk/security/hakurei/dbus" "git.gensokyo.uk/security/hakurei/system" + "git.gensokyo.uk/security/hakurei/system/dbus" ) const Tmp = "/.hakurei" diff --git a/hst/template.go b/hst/template.go index 4c0930ec..60cbfa7b 100644 --- a/hst/template.go +++ b/hst/template.go @@ -1,9 +1,9 @@ package hst import ( - "git.gensokyo.uk/security/hakurei/dbus" "git.gensokyo.uk/security/hakurei/seccomp" "git.gensokyo.uk/security/hakurei/system" + "git.gensokyo.uk/security/hakurei/system/dbus" ) // Template returns a fully populated instance of Config. -- cgit v1.3.1