grsecurity: update patch
This commit is contained in:
@@ -89,11 +89,11 @@ rec {
|
|||||||
features.apparmor = true;
|
features.apparmor = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
grsecurity_3_0_3_13_2 =
|
grsecurity_3_0_3_13_3 =
|
||||||
{ name = "grsecurity-3.0-3.13.2";
|
{ name = "grsecurity-3.0-3.13.3";
|
||||||
patch = fetchurl {
|
patch = fetchurl {
|
||||||
url = https://grsecurity.net/test/grsecurity-3.0-3.13.2-201402062224.patch;
|
url = http://grsecurity.net/test/grsecurity-3.0-3.13.3-201402132113.patch;
|
||||||
sha256 = "0w42d76bv7yzpr23bicsadf64csbmq988kmpzxg4yv5qwzhhbyh7";
|
sha256 = "143givk7xk54c2f9q7h2v5gdc3sy1kcd8j83vn1jfcyipzqkdqnk";
|
||||||
};
|
};
|
||||||
features.grsecurity = true;
|
features.grsecurity = true;
|
||||||
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.13.2
|
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.13.2
|
||||||
|
|||||||
@@ -6680,7 +6680,7 @@ let
|
|||||||
})) (args: grsecurityOverrider args));
|
})) (args: grsecurityOverrider args));
|
||||||
|
|
||||||
linux_3_13_grsecurity = lowPrio (lib.overrideDerivation (linux_3_13.override (args: {
|
linux_3_13_grsecurity = lowPrio (lib.overrideDerivation (linux_3_13.override (args: {
|
||||||
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_13_2 kernelPatches.grsec_path ];
|
kernelPatches = args.kernelPatches ++ [ kernelPatches.grsecurity_3_0_3_13_3 kernelPatches.grsec_path ];
|
||||||
argsOverride = {
|
argsOverride = {
|
||||||
modDirVersion = "${linux_3_13.modDirVersion}-grsec";
|
modDirVersion = "${linux_3_13.modDirVersion}-grsec";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user