From 893f7af236bf11fba03ef1c21b381d3ccc5df3f7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 4 Dec 2021 02:55:19 +0100 Subject: [PATCH] nixos/tests/knot: log systemd unit hardening info --- nixos/tests/knot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/knot.nix b/nixos/tests/knot.nix index 22279292f77f..bd6c875b5d86 100644 --- a/nixos/tests/knot.nix +++ b/nixos/tests/knot.nix @@ -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 '✓'")) ''; })