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 --- system/acl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/acl.go') diff --git a/system/acl.go b/system/acl.go index fe44ea5b..2efd7257 100644 --- a/system/acl.go +++ b/system/acl.go @@ -6,7 +6,7 @@ import ( "os" "slices" - "git.gensokyo.uk/security/hakurei/acl" + "git.gensokyo.uk/security/hakurei/system/acl" ) // UpdatePerm appends an ephemeral acl update Op. -- cgit v1.3.1