0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

grsecurity module: assert RBAC support in kernel

This commit is contained in:
Joachim Fasting 2016-07-17 21:30:16 +02:00
parent 5ece58ed66
commit 96542a1b00
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -50,6 +50,7 @@ in
(isEnabled "PAX")
(isYES "GRKERNSEC_SYSCTL")
(isYES "GRKERNSEC_SYSCTL_DISTRO")
(isNO "GRKERNSEC_NO_RBAC")
];
# Install PaX related utillities into the system profile.