aboutsummaryrefslogtreecommitdiffhomepage
path: root/system
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-03-25 05:26:37 +0900
committerOphestra <cat@gensokyo.uk>2025-03-25 05:26:37 +0900
commit61dbfeffe77df9c1a11413b3cb8954933e79b45f (patch)
tree7f7f6bde9a8662848ad9392621316cbbc454a9f0 /system
parent532feb4bfaa84a57dc8de97f36b13a89610a0584 (diff)
sandbox/wl: move into sandbox
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'system')
-rw-r--r--system/wayland.go2
1 files changed, 1 insertions, 1 deletions
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.