grsecurity module: add gradm to system path

This commit is contained in:
Joachim Fasting
2016-07-24 12:54:07 +02:00
parent e064903a19
commit 5ece58ed66
+2 -3
View File
@@ -52,9 +52,8 @@ in
(isYES "GRKERNSEC_SYSCTL_DISTRO") (isYES "GRKERNSEC_SYSCTL_DISTRO")
]; ];
# Install PaX related utillities into the system profile. Eventually, we # Install PaX related utillities into the system profile.
# also want to include gradm here. environment.systemPackages = with pkgs; [ gradm paxctl pax-utils ];
environment.systemPackages = with pkgs; [ paxctl pax-utils ];
# Install rules for the grsec device node # Install rules for the grsec device node
services.udev.packages = [ pkgs.gradm ]; services.udev.packages = [ pkgs.gradm ];