From f1c32c28096f565c0d977bce6cc3a0adb113d267 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 29 Apr 2021 23:12:20 +0200 Subject: [PATCH] nixos/tests/pinnwand: show systemd-analyze security Easy way to revisit the hardening setup of the systemd unit. --- nixos/tests/pinnwand.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/pinnwand.nix b/nixos/tests/pinnwand.nix index 0c583e1104d..7f6075c3c74 100644 --- a/nixos/tests/pinnwand.nix +++ b/nixos/tests/pinnwand.nix @@ -82,5 +82,7 @@ in # remove paste and check that it's not available any more client.succeed(f"curl {removal_link}") client.fail(f"curl --fail {raw_url}") + + server.log(server.succeed("systemd-analyze security pinnwand")) ''; })