Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
db0a2bd0
Commit
db0a2bd0
authored
Nov 22, 2018
by
Jelle van der Waa
🚧
Browse files
archweb: harden mirrorresolv service
parent
025a8ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archweb/templates/archweb-mirrorresolv.service.j2
View file @
db0a2bd0
...
...
@@ -7,6 +7,16 @@ Type=oneshot
User=archweb
WorkingDirectory={{ archweb_dir }}
ExecStart={{ archweb_dir }}/env/bin/python manage.py mirrorresolv
Nice=5
NoNewPrivileges=yes
ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
PrivateDevices=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectControlGroups=true
[Install]
WantedBy=multi-user.target
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment