From 90cb01b2748550228d0bc179691a19ebb996fc36 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 17 Feb 2025 19:00:43 +0900 Subject: system: move out of internal Signed-off-by: Ophestra --- internal/app/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/system.go') diff --git a/internal/app/system.go b/internal/app/system.go index f11efc86..ccc5293f 100644 --- a/internal/app/system.go +++ b/internal/app/system.go @@ -4,7 +4,7 @@ import ( "os" "git.gensokyo.uk/security/fortify/helper/bwrap" - "git.gensokyo.uk/security/fortify/internal/system" + "git.gensokyo.uk/security/fortify/system" ) // appSealSys encapsulates app seal behaviour with OS interactions -- cgit v1.3.1