Merge pull request #271740 from Ralith/fix-irc-filter

nixos/matrix-appservice-irc: fix syscall filter
This commit is contained in:
Martin Weinelt 2023-12-02 21:32:37 +01:00 committed by GitHub
commit e274bc3056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,7 @@ in {
RestrictRealtime = true;
PrivateMounts = true;
SystemCallFilter = [
"@system-service @pkey"
"@system-service @pkey @chown"
"~@privileged @resources"
];
SystemCallArchitectures = "native";