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 <cat@gensokyo.uk>
This commit is contained in:
2025-07-02 21:52:07 +09:00
parent eec021cc4b
commit 82561d62b6
43 changed files with 39 additions and 39 deletions

View File

@@ -3,7 +3,7 @@ package system
import (
"testing"
"git.gensokyo.uk/security/hakurei/acl"
"git.gensokyo.uk/security/hakurei/system/acl"
)
func TestUpdatePerm(t *testing.T) {