Unverified Commit d5480083 authored by mal's avatar mal
Browse files

nixos/rtorrent: reorder chown SystemCallFilter

Fixes #445186 (again)
parent 506ee7bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,9 +245,9 @@ in
              RestrictSUIDSGID = true;
              SystemCallArchitectures = "native";
              SystemCallFilter = [
                "@chown"
                "@system-service"
                "~@privileged"
                "@chown"
              ];
            };
          };