Commit 13f6e2d8 authored by Felix Singer's avatar Felix Singer
Browse files

nixos/murmur: Set UMask to 027



Group only needs limited access, while other users don't need access at
all. So set the UMask to 027.

Signed-off-by: default avatarFelix Singer <felixsinger@posteo.net>
parent df709056
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;
      };
    };