Skip to content
Snippets Groups Projects
Verified Commit 8855cd05 authored by Morten Linderud's avatar Morten Linderud :surfer: Committed by Jelle van der Waa
Browse files

Service hardening

parent 640b56bc
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,14 @@ Description=The official Arch Linux IRC bugbot
EnvironmentFile=/srv/bugbot/env
ExecStart=/srv/bugbot/bugbot.py
Restart=on-failure
ProtectSystem=full
ProtectSystem=strict
DynamicUser=yes
PrivateDevices=true
ProtectKernelTunables=true
ProtectControlGroups=true
MemoryDenyWriteExecute=true
NoNewPrivileges=true
[Install]
WantedBy=default.target
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment