mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
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: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
df70905630
commit
13f6e2d85f
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ in
|
||||||
RestrictRealtime = true;
|
RestrictRealtime = true;
|
||||||
SystemCallArchitectures = "native";
|
SystemCallArchitectures = "native";
|
||||||
SystemCallFilter = "@system-service";
|
SystemCallFilter = "@system-service";
|
||||||
|
UMask = 027;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue