nixos/murmur: Set UMask to 027 (#348652)

This commit is contained in:
K900 2024-10-16 05:16:09 +03:00 committed by GitHub
commit 70cc7b62f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -349,6 +349,7 @@ in
RestrictRealtime = true;
SystemCallArchitectures = "native";
SystemCallFilter = "@system-service";
UMask = 027;
};
};