We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c75e7 commit 01b589aCopy full SHA for 01b589a
nixos/tests/systemd-initrd-simple.nix
@@ -50,6 +50,9 @@ import ./make-test-python.nix (
50
newAvail = machine.succeed("df --output=avail / | sed 1d")
51
52
assert int(oldAvail) < int(newAvail), "File system did not grow"
53
+
54
+ with subtest("no warnings from systemd about write permissions"):
55
+ machine.fail("journalctl -b 0 | grep 'is marked world-writable, which is a security risk as it is executed with privileges'")
56
'';
57
}
58
)
0 commit comments