mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-26 00:05:17 -04:00
avoid disallowing chown syscall for certbot-renew
This commit is contained in:
parent
6c58739dc8
commit
dfd3fc861b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue