grsecurity module: set nixpkgs.config.grsecurity = true

This commit is contained in:
Joachim Fasting
2016-09-04 19:22:00 +02:00
parent 8f4a793641
commit 269f739ded

View File

@@ -72,6 +72,8 @@ in
(isNO "GRKERNSEC_NO_RBAC")
];
nixpkgs.config.grsecurity = true;
# Install PaX related utillities into the system profile.
environment.systemPackages = with pkgs; [ gradm paxctl pax-utils ];