internal/app: mount /dev/shm early
Some checks failed
Test / Create distribution (push) Successful in 51s
Test / Sandbox (push) Failing after 2m49s
Test / Hakurei (push) Failing after 3m31s
Test / Hpkg (push) Successful in 4m21s
Test / Sandbox (race detector) (push) Failing after 4m51s
Test / Hakurei (race detector) (push) Successful in 5m30s
Test / Flake checks (push) Has been skipped
Some checks failed
Test / Create distribution (push) Successful in 51s
Test / Sandbox (push) Failing after 2m49s
Test / Hakurei (push) Failing after 3m31s
Test / Hpkg (push) Successful in 4m21s
Test / Sandbox (race detector) (push) Failing after 4m51s
Test / Hakurei (race detector) (push) Successful in 5m30s
Test / Flake checks (push) Has been skipped
This avoids covering /dev/shm mounts from hst. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -99,7 +99,7 @@ print(denyOutputVerbose)
|
||||
# Fail direct hsu call:
|
||||
print(machine.fail("sudo -u alice -i hsu"))
|
||||
|
||||
# Verify PrintBaseError behaviour:
|
||||
# Verify hsu fault behaviour:
|
||||
if denyOutput != "hsu: uid 1001 is not in the hsurc file\n":
|
||||
raise Exception(f"unexpected deny output:\n{denyOutput}")
|
||||
if denyOutputVerbose != "hsu: uid 1001 is not in the hsurc file\nhakurei: *cannot obtain uid from setuid wrapper: permission denied\n":
|
||||
|
||||
Reference in New Issue
Block a user