From 8a30d6f019f32232b957b90a9b811fecf9184514 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 25 Sep 2024 18:29:19 -0400 Subject: [PATCH] set default attestation.service log level to crit The service only normally logs to stderr with explicit priorities set and anything other output indicates something is seriously wrong such as a Java startup error. --- systemd/system/attestation.service | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/system/attestation.service b/systemd/system/attestation.service index 24ab8e26..a5f37615 100644 --- a/systemd/system/attestation.service +++ b/systemd/system/attestation.service @@ -27,6 +27,7 @@ RestrictAddressFamilies=AF_INET AF_INET6 RestrictNamespaces=true RestrictRealtime=true RestrictSUIDSGID=true +SyslogLevel=crit SystemCallArchitectures=native SystemCallFilter=@system-service SystemCallFilter=~@privileged @resources @obsolete