diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-25 05:26:37 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-25 05:26:37 +0900 |
| commit | 61dbfeffe77df9c1a11413b3cb8954933e79b45f (patch) | |
| tree | 7f7f6bde9a8662848ad9392621316cbbc454a9f0 /system | |
| parent | 532feb4bfaa84a57dc8de97f36b13a89610a0584 (diff) | |
sandbox/wl: move into sandbox
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'system')
| -rw-r--r-- | system/wayland.go | 2 |
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. |
