Skip to content

Commit

Permalink
set default attestation.service log level to crit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thestinger committed Sep 25, 2024
1 parent abeb65f commit 8a30d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions systemd/system/attestation.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a30d6f

Please sign in to comment.