From cb9ebf0e1541c0e49380cda6d4c2d619a0e9933f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 4 Nov 2025 08:00:37 +0900 Subject: hst/grp_pwd: specify new uid format This leaves slots available for additional uid ranges in Rosa OS. This breaks all existing installations! Users are required to fix ownership manually. Closes #18. Signed-off-by: Ophestra --- cmd/hpkg/test/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/hpkg') diff --git a/cmd/hpkg/test/test.py b/cmd/hpkg/test/test.py index 79d383ff..790377cc 100644 --- a/cmd/hpkg/test/test.py +++ b/cmd/hpkg/test/test.py @@ -92,11 +92,11 @@ machine.wait_for_file("/tmp/hakurei.0/tmpdir/2/success-client") collect_state_ui("app_wayland") check_state("foot", {"wayland": True, "dbus": True, "pulse": True}) # Verify acl on XDG_RUNTIME_DIR: -print(machine.succeed("getfacl --absolute-names --omit-header --numeric /run/user/1000 | grep 1000002")) +print(machine.succeed("getfacl --absolute-names --omit-header --numeric /run/user/1000 | grep 10002")) machine.send_chars("exit\n") machine.wait_until_fails("pgrep foot") # Verify acl cleanup on XDG_RUNTIME_DIR: -machine.wait_until_fails("getfacl --absolute-names --omit-header --numeric /run/user/1000 | grep 1000002") +machine.wait_until_fails("getfacl --absolute-names --omit-header --numeric /run/user/1000 | grep 10002") # Exit Sway and verify process exit status 0: swaymsg("exit", succeed=False) -- cgit v1.3.1