grub: Add support for grsecurity

This commit is contained in:
Ricardo M. Correia 2014-01-17 20:11:46 +01:00
parent 1380bdfb16
commit 667008d56f

View file

@ -68,6 +68,10 @@ stdenv.mkDerivation rec {
doCheck = false;
enableParallelBuilding = true;
postInstall = ''
paxmark pms $out/sbin/grub-{probe,bios-setup}
'';
meta = {
description = "GNU GRUB, the Grand Unified Boot Loader (2.x beta)";