Skip to content

Instantly share code, notes, and snippets.

View gdbelvin's full-sized avatar

Gary Belvin gdbelvin

  • Hudson River Trading
  • London
  • X @gdbelvin
View GitHub Profile
@ageis
ageis / systemd_service_hardening.md
Last active May 4, 2024 15:57
Options for hardening systemd service units

security and hardening options for systemd service units

A common and reliable pattern in service unit files is thus:

NoNewPrivileges=yes
PrivateTmp=yes
PrivateDevices=yes
DevicePolicy=closed
ProtectSystem=strict