mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-24 05:59:33 -04:00
relax PrivateUsers for certbot-renew.service
This was preventing using the dnsdist group for the nameservers.
This commit is contained in:
parent
9b49a1966d
commit
b669c4ce61
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ MemoryDenyWriteExecute=true
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
PrivateIPC=true
|
PrivateIPC=true
|
||||||
PrivateUsers=true
|
PrivateUsers=identity
|
||||||
ProcSubset=pid
|
ProcSubset=pid
|
||||||
ProtectClock=true
|
ProtectClock=true
|
||||||
ProtectControlGroups=true
|
ProtectControlGroups=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue