From 61dbfeffe77df9c1a11413b3cb8954933e79b45f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 25 Mar 2025 05:26:37 +0900 Subject: sandbox/wl: move into sandbox Signed-off-by: Ophestra --- system/wayland.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/wayland.go b/system/wayland.go index 12c7a28a..7a459ddb 100644 --- a/system/wayland.go +++ b/system/wayland.go @@ -6,7 +6,7 @@ import ( "os" "git.gensokyo.uk/security/fortify/acl" - "git.gensokyo.uk/security/fortify/wl" + "git.gensokyo.uk/security/fortify/sandbox/wl" ) // Wayland sets up a wayland socket with a security context attached. -- cgit v1.3.1