nixos/tests/knot: log systemd unit hardening info

This commit is contained in:
Martin Weinelt 2021-12-04 02:55:19 +01:00
parent 67f102d8d8
commit 893f7af236
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -206,5 +206,7 @@ in {
test(host, "RRSIG", "www.example.com", r"RR set signature is")
test(host, "DNSKEY", "example.com", r"DNSSEC key is")
master.log(master.succeed("systemd-analyze security knot.service | grep -v ''"))
'';
})