Revert "nixos/hardened: use graphene-hardened malloc by default"

This reverts commit 48ff4f1197.

Causes too much breakage to be enabled by default [1][2].

[1]: https://github.com/NixOS/nixpkgs/issues/61489
[2]: https://github.com/NixOS/nixpkgs/issues/65000
This commit is contained in:
Joachim Fasting 2019-08-15 18:48:38 +02:00
parent da0b67c946
commit 4ead3d2ec3
No known key found for this signature in database
GPG key ID: 5C204DF675C90294

View file

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