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:
@@ -349,6 +349,7 @@ in
|
|||||||
RestrictRealtime = true;
|
RestrictRealtime = true;
|
||||||
SystemCallArchitectures = "native";
|
SystemCallArchitectures = "native";
|
||||||
SystemCallFilter = "@system-service";
|
SystemCallFilter = "@system-service";
|
||||||
|
UMask = 027;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user