From 13f6e2d85f90ce12eb68e7c5eb29f13a61cfdfe9 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 13 Oct 2024 03:14:44 +0000 Subject: [PATCH] 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 --- nixos/modules/services/networking/murmur.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/networking/murmur.nix b/nixos/modules/services/networking/murmur.nix index 85676d29f2b1..c47a684571fe 100644 --- a/nixos/modules/services/networking/murmur.nix +++ b/nixos/modules/services/networking/murmur.nix @@ -349,6 +349,7 @@ in RestrictRealtime = true; SystemCallArchitectures = "native"; SystemCallFilter = "@system-service"; + UMask = 027; }; };