about summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-19 20:56:07 +0200
committerGitHub <noreply@github.com>2019-08-19 20:56:07 +0200
commit7a4b296c8d0da36625b42b9bb588fc0a887d47cb (patch)
tree05d3bac4ec768c701915425b3e45281875881013 /nixos/modules/profiles
parent94c51859dfd24da0fa80d734ce8922c8e43d760c (diff)
parent4ead3d2ec3d4fac9ee22da47bbe3bc9defb62c49 (diff)
downloadnixlib-7a4b296c8d0da36625b42b9bb588fc0a887d47cb.tar
nixlib-7a4b296c8d0da36625b42b9bb588fc0a887d47cb.tar.gz
nixlib-7a4b296c8d0da36625b42b9bb588fc0a887d47cb.tar.bz2
nixlib-7a4b296c8d0da36625b42b9bb588fc0a887d47cb.tar.lz
nixlib-7a4b296c8d0da36625b42b9bb588fc0a887d47cb.tar.xz
nixlib-7a4b296c8d0da36625b42b9bb588fc0a887d47cb.tar.zst
nixlib-7a4b296c8d0da36625b42b9bb588fc0a887d47cb.zip
Merge pull request #66687 from joachifm/feat/hardened-nixos-revert-graphene-malloc
Revert "nixos/hardened: use graphene-hardened malloc by default"
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/hardened.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/profiles/hardened.nix b/nixos/modules/profiles/hardened.nix
index 46417579352c..626d8b1d2bde 100644
--- a/nixos/modules/profiles/hardened.nix
+++ b/nixos/modules/profiles/hardened.nix
@@ -14,8 +14,6 @@ with lib;
 
   nix.allowedUsers = mkDefault [ "@users" ];
 
-  environment.memoryAllocator.provider = mkDefault "graphene-hardened";
-
   security.hideProcessInformation = mkDefault true;
 
   security.lockKernelModules = mkDefault true;