nixos/matrix-appservice-irc: fix syscall filter
The pre-start script requires @chown; the service fails without it.
This commit is contained in:
parent
ab3ea20adf
commit
dffba14043
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ in {
|
|||
RestrictRealtime = true;
|
||||
PrivateMounts = true;
|
||||
SystemCallFilter = [
|
||||
"@system-service @pkey"
|
||||
"@system-service @pkey @chown"
|
||||
"~@privileged @resources"
|
||||
];
|
||||
SystemCallArchitectures = "native";
|
||||
|
|
Loading…
Reference in a new issue