avoid disallowing chown syscall for certbot-renew

This commit is contained in:
Daniel Micay 2022-09-14 18:24:08 -04:00
parent 6c58739dc8
commit dfd3fc861b

View File

@ -25,5 +25,5 @@ RestrictNamespaces=true
RestrictRealtime=true
RestrictSUIDSGID=true
SystemCallArchitectures=native
SystemCallFilter=@system-service @chown
SystemCallFilter=~@privileged @resources @obsolete
SystemCallFilter=@system-service
SystemCallFilter=~@resources @obsolete