nixos/rtorrent: add missing @chown in SystemCallFilter (#470991)
This commit is contained in:
@@ -245,6 +245,7 @@ in
|
||||
RestrictSUIDSGID = true;
|
||||
SystemCallArchitectures = "native";
|
||||
SystemCallFilter = [
|
||||
"@chown"
|
||||
"@system-service"
|
||||
"~@privileged"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user