Skip to content
Snippets Groups Projects
Commit f41f6d85 authored by Lars Beckers's avatar Lars Beckers
Browse files

uwsgi-python: add security directives to service

parent dd86efe1
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,12 @@ Type=notify
StandardError=syslog
NotifyAccess=all
KillSignal=SIGQUIT
SuccessExitStatus=15 17 29 30
PrivateDevices=yes
PrivateTmp=yes
ProtectSystem=full
ProtectHome=yes
NoNewPrivileges=yes
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment