nixos/hardened: use graphene-hardened malloc by default

This commit is contained in:
Joachim Fasting 2019-04-23 22:21:40 +02:00
parent a84be28270
commit 48ff4f1197
No known key found for this signature in database
GPG key ID: 5C204DF675C90294

View file

@ -14,6 +14,8 @@ with lib;
nix.allowedUsers = mkDefault [ "@users" ];
environment.memoryAllocator.provider = mkDefault "graphene-hardened";
security.hideProcessInformation = mkDefault true;
security.lockKernelModules = mkDefault true;