Skip to content

Commit 70cc7b6

Browse files
authored
nixos/murmur: Set UMask to 027 (#348652)
2 parents 538f39e + 13f6e2d commit 70cc7b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nixos/modules/services/networking/murmur.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ in
349349
RestrictRealtime = true;
350350
SystemCallArchitectures = "native";
351351
SystemCallFilter = "@system-service";
352+
UMask = 027;
352353
};
353354
};
354355

0 commit comments

Comments
 (0)