Unverified Commit 70cc7b62 authored by K900's avatar K900 Committed by GitHub
Browse files

nixos/murmur: Set UMask to 027 (#348652)

parents 538f39e5 13f6e2d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -349,6 +349,7 @@ in
        RestrictRealtime = true;
        SystemCallArchitectures = "native";
        SystemCallFilter = "@system-service";
        UMask = 027;
      };
    };