Skip to content

Commit

Permalink
nixos/murmur: Set UMask to 027 (#348652)
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 authored Oct 16, 2024
2 parents 538f39e + 13f6e2d commit 70cc7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/networking/murmur.nix
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ in
RestrictRealtime = true;
SystemCallArchitectures = "native";
SystemCallFilter = "@system-service";
UMask = 027;
};
};

Expand Down

0 comments on commit 70cc7b6

Please sign in to comment.