grsecurity module: add gradm to system path

This commit is contained in:
Joachim Fasting 2016-07-17 21:14:24 +02:00
parent e064903a19
commit 5ece58ed66
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

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 ];