grsecurity: Fix module loading during boot due to path restrictions
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user