mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
Add NoNewPrivileges=true for certbot
This commit is contained in:
parent
55221c8e44
commit
6fc45525d9
@ -5,6 +5,7 @@ ExecStart=
|
|||||||
ExecStart=/usr/bin/certbot -q renew --no-random-sleep-on-renew --max-log-backups 0
|
ExecStart=/usr/bin/certbot -q renew --no-random-sleep-on-renew --max-log-backups 0
|
||||||
LockPersonality=true
|
LockPersonality=true
|
||||||
MemoryDenyWriteExecute=true
|
MemoryDenyWriteExecute=true
|
||||||
|
NoNewPrivileges=true
|
||||||
PrivateDevices=true
|
PrivateDevices=true
|
||||||
PrivateIPC=true
|
PrivateIPC=true
|
||||||
PrivateUsers=true
|
PrivateUsers=true
|
||||||
|
Loading…
Reference in New Issue
Block a user