grsecurity module: set nixpkgs.config.grsecurity = true
This commit is contained in:
parent
8f4a793641
commit
269f739ded
@ -72,6 +72,8 @@ in
|
|||||||
(isNO "GRKERNSEC_NO_RBAC")
|
(isNO "GRKERNSEC_NO_RBAC")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.grsecurity = true;
|
||||||
|
|
||||||
# Install PaX related utillities into the system profile.
|
# Install PaX related utillities into the system profile.
|
||||||
environment.systemPackages = with pkgs; [ gradm paxctl pax-utils ];
|
environment.systemPackages = with pkgs; [ gradm paxctl pax-utils ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user