grsecurity: Fix module loading during boot due to path restrictions

This commit is contained in:
Ricardo M. Correia
2013-11-27 01:32:50 +01:00
parent 36955aa721
commit 2106191003
3 changed files with 22 additions and 2 deletions
@@ -145,4 +145,9 @@ rec {
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.12.1
features.apparmor = true;
};
grsec_path =
{ name = "grsec-path";
patch = ./grsec-path.patch;
};
}