Skip to content

Instantly share code, notes, and snippets.

View pysec24's full-sized avatar

pysec24 pysec24

View GitHub Profile
@ageis
ageis / systemd_service_hardening.md
Last active July 15, 2024 07:38
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