mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-06-17 09:41:48 +02:00
squid unprivilleged
This commit is contained in:
commit
4d03dff59d
1 changed files with 9 additions and 0 deletions
|
@ -89,6 +89,15 @@
|
|||
(capabilities "cap_net_admin,cap_net_bind_service,cap_net_raw,cap_syslog,cap_bpf=+ep"))))
|
||||
|
||||
(define squid-service-type
|
||||
(service-type
|
||||
(name 'squid)
|
||||
(extensions (list
|
||||
(service-extension shepherd-root-service-type squid-shepherd-service)
|
||||
(service-extension account-service-type (const %squid-accounts))
|
||||
(service-extension activation-service-type (const %squid-activation))))
|
||||
(description "Run @uref{http://www.squid-cache.org/, squid} community developped Squid software.")))
|
||||
|
||||
(define squid-privileged-service-type
|
||||
(service-type
|
||||
(name 'squid)
|
||||
(extensions (list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue