From 4cf694d2b31c7aa5c66cbb83d7d54c1a6cb1b4aa Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 26 Aug 2025 02:15:00 +0900 Subject: hst: use hsu userid for share path suffix The privileged user is identifier to hakurei through its hsu userid. Using the kernel uid here makes little sense and is a leftover design choice from before hsu was implemented. Closes #7. Signed-off-by: Ophestra --- test/sandbox/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sandbox/test.py') diff --git a/test/sandbox/test.py b/test/sandbox/test.py index 6ae3e145..5997b890 100644 --- a/test/sandbox/test.py +++ b/test/sandbox/test.py @@ -60,7 +60,7 @@ check_offset = 0 def check_sandbox(name): global check_offset swaymsg(f"exec script /dev/null -E always -qec check-sandbox-{name}") - machine.wait_for_file(f"/tmp/hakurei.1000/tmpdir/{check_offset}/sandbox-ok", timeout=15) + machine.wait_for_file(f"/tmp/hakurei.0/tmpdir/{check_offset}/sandbox-ok", timeout=15) check_filter(check_offset, name, "hakurei-test") check_offset += 1 -- cgit v1.3.1