about summary refs log tree commit diff
path: root/nixos/tests/pinnwand.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-04-29 23:12:20 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-03 16:52:05 +0200
commitf1c32c28096f565c0d977bce6cc3a0adb113d267 (patch)
treee990b70a252c9bdf309990a83cca0d0a2d44d034 /nixos/tests/pinnwand.nix
parentfda2ff4edc2c0b897011eff4dffc5d777d07f4c8 (diff)
nixos/tests/pinnwand: show systemd-analyze security
Easy way to revisit the hardening setup of the systemd unit.
Diffstat (limited to 'nixos/tests/pinnwand.nix')
-rw-r--r--nixos/tests/pinnwand.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/pinnwand.nix b/nixos/tests/pinnwand.nix
index 0c583e1104dec..7f6075c3c742d 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"))
   '';
 })