mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
avoid disallowing chown syscall for certbot-renew
This commit is contained in:
parent
6c58739dc8
commit
dfd3fc861b
@ -25,5 +25,5 @@ RestrictNamespaces=true
|
|||||||
RestrictRealtime=true
|
RestrictRealtime=true
|
||||||
RestrictSUIDSGID=true
|
RestrictSUIDSGID=true
|
||||||
SystemCallArchitectures=native
|
SystemCallArchitectures=native
|
||||||
SystemCallFilter=@system-service @chown
|
SystemCallFilter=@system-service
|
||||||
SystemCallFilter=~@privileged @resources @obsolete
|
SystemCallFilter=~@resources @obsolete
|
||||||
|
Loading…
Reference in New Issue
Block a user