aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/wayland
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-17 15:35:58 +0900
committerOphestra <cat@gensokyo.uk>2026-03-17 15:39:03 +0900
commit6d015a949e27f20c86409c7d78053f0b0493f165 (patch)
tree4d2bc1e9596fa30ea03e4c0cc575e6a7a969249d /internal/wayland
parente9a72490db44426605debd3cc756a7924931d706 (diff)
check: move from container
This package is not container specific, and widely used across the project. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/wayland')
-rw-r--r--internal/wayland/conn.go2
-rw-r--r--internal/wayland/conn_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/wayland/conn.go b/internal/wayland/conn.go
index 7aebafb8..0e709bbf 100644
--- a/internal/wayland/conn.go
+++ b/internal/wayland/conn.go
@@ -5,7 +5,7 @@ import (
"os"
"syscall"
- "hakurei.app/container/check"
+ "hakurei.app/check"
)
// SecurityContext holds resources associated with a Wayland security_context.
diff --git a/internal/wayland/conn_test.go b/internal/wayland/conn_test.go
index 148f077b..a884c182 100644
--- a/internal/wayland/conn_test.go
+++ b/internal/wayland/conn_test.go
@@ -8,7 +8,7 @@ import (
"syscall"
"testing"
- "hakurei.app/container/check"
+ "hakurei.app/check"
)
func TestSecurityContextClose(t *testing.T) {