mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
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")
|
||||
];
|
||||
|
||||
nixpkgs.config.grsecurity = true;
|
||||
|
||||
# Install PaX related utillities into the system profile.
|
||||
environment.systemPackages = with pkgs; [ gradm paxctl pax-utils ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user