grsecurity: generate linuxPackages and declare that apparmor is included

This commit is contained in:
Ricardo M. Correia
2013-10-20 08:14:28 +03:00
committed by Evgeny Egorochkin
parent af0e2ccf45
commit 90a2341300
2 changed files with 3 additions and 0 deletions
@@ -137,6 +137,8 @@ rec {
url = http://grsecurity.net/stable/grsecurity-2.9.1-3.2.51-201309101928.patch;
sha256 = "90f9ddc74d56f4525b8faa8505a95f45c23a2e763c7519ba5ae953069a51aca2";
};
# The grsec kernel patch seems to include the apparmor patches as of 2.9.1-3.2.51
features.apparmor = true;
};
}