]> git.ipfire.org Git - thirdparty/systemd.git/commit
tests: fix access mode of root inode of throw-away container images
authorLennart Poettering <lennart@poettering.net>
Wed, 27 Nov 2024 09:17:36 +0000 (10:17 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 29 Nov 2024 13:26:57 +0000 (14:26 +0100)
commitb4db0ca7534c12002717b3f198ae39907a078024
tree69794416727cf4abca012c6562e27b08e4f1a3ab
parent6f346ef75635b549166d1be04b1dcb620f1b724c
tests: fix access mode of root inode of throw-away container images

Otherwise the root inode will typically have what mkdtemp sets up, which
is something like 0700, which is weird and somewhat broken when trying
to look into containers from unpriv users.

(cherry picked from commit c18a1024643809c8f28799900af4e6202623f934)
test/units/util.sh