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 --- cmd/planterette/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/planterette') diff --git a/cmd/planterette/app.go b/cmd/planterette/app.go index 1bc23379..a8adcc51 100644 --- a/cmd/planterette/app.go +++ b/cmd/planterette/app.go @@ -6,10 +6,10 @@ import ( "os" "path" - "git.gensokyo.uk/security/hakurei/dbus" "git.gensokyo.uk/security/hakurei/hst" "git.gensokyo.uk/security/hakurei/seccomp" "git.gensokyo.uk/security/hakurei/system" + "git.gensokyo.uk/security/hakurei/system/dbus" ) type appInfo struct { -- cgit v1.3.1