2013-05-11 06:44:30 +01:00
|
|
|
{ stdenv, fetchurl, fetchgit, apparmor }:
|
2009-12-14 15:28:55 +00:00
|
|
|
|
|
|
|
let
|
|
|
|
|
2011-03-21 15:53:22 +00:00
|
|
|
makeTuxonicePatch = { version, kernelVersion, sha256,
|
2013-11-19 20:36:55 +00:00
|
|
|
url ? "http://tuxonice.nigelcunningham.com.au/downloads/all/tuxonice-for-linux-${kernelVersion}-${version}.patch.bz2" }:
|
2011-03-21 15:53:22 +00:00
|
|
|
{ name = "tuxonice-${kernelVersion}";
|
|
|
|
patch = stdenv.mkDerivation {
|
|
|
|
name = "tuxonice-${version}-for-${kernelVersion}.patch";
|
|
|
|
src = fetchurl {
|
|
|
|
inherit url sha256;
|
|
|
|
};
|
|
|
|
phases = [ "installPhase" ];
|
|
|
|
installPhase = ''
|
|
|
|
source $stdenv/setup
|
|
|
|
bunzip2 -c $src > $out
|
|
|
|
'';
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2013-05-11 06:44:30 +01:00
|
|
|
makeAppArmorPatch = {apparmor, version}:
|
|
|
|
stdenv.mkDerivation {
|
|
|
|
name = "apparmor-${version}.patch";
|
|
|
|
phases = ["installPhase"];
|
|
|
|
installPhase = ''
|
|
|
|
cat ${apparmor}/kernel-patches/${version}/* > $out
|
|
|
|
'';
|
|
|
|
};
|
2009-12-14 15:28:55 +00:00
|
|
|
in
|
|
|
|
|
2011-07-11 14:59:40 +01:00
|
|
|
rec {
|
2009-12-14 15:28:55 +00:00
|
|
|
|
2013-05-12 12:11:49 +01:00
|
|
|
apparmor_3_2 = rec {
|
|
|
|
version = "3.2";
|
|
|
|
name = "apparmor-${version}";
|
|
|
|
patch = makeAppArmorPatch { inherit apparmor version; };
|
2013-05-11 06:44:30 +01:00
|
|
|
features.apparmor = true;
|
|
|
|
};
|
|
|
|
|
2013-07-21 03:14:16 +01:00
|
|
|
apparmor_3_4 = rec {
|
|
|
|
version = "3.4";
|
|
|
|
name = "apparmor-${version}";
|
|
|
|
patch = makeAppArmorPatch { inherit apparmor version; };
|
|
|
|
features.apparmor = true;
|
|
|
|
};
|
|
|
|
|
2009-12-14 15:28:55 +00:00
|
|
|
sec_perm_2_6_24 =
|
|
|
|
{ name = "sec_perm-2.6.24";
|
|
|
|
patch = ./sec_perm-2.6.24.patch;
|
|
|
|
features.secPermPatch = true;
|
|
|
|
};
|
|
|
|
|
2010-07-18 22:10:46 +01:00
|
|
|
no_xsave =
|
|
|
|
{ name = "no-xsave";
|
2012-07-02 15:16:27 +01:00
|
|
|
patch = ./no-xsave.patch;
|
2010-07-18 22:10:46 +01:00
|
|
|
features.noXsave = true;
|
2010-06-20 21:52:08 +01:00
|
|
|
};
|
2010-07-25 13:15:59 +01:00
|
|
|
|
2012-06-16 11:49:03 +01:00
|
|
|
mips_fpureg_emu =
|
|
|
|
{ name = "mips-fpureg-emulation";
|
|
|
|
patch = ./mips-fpureg-emulation.patch;
|
|
|
|
};
|
|
|
|
|
|
|
|
mips_fpu_sigill =
|
|
|
|
{ name = "mips-fpu-sigill";
|
|
|
|
patch = ./mips-fpu-sigill.patch;
|
|
|
|
};
|
|
|
|
|
2012-11-05 23:16:13 +00:00
|
|
|
mips_ext3_n32 =
|
|
|
|
{ name = "mips-ext3-n32";
|
|
|
|
patch = ./mips-ext3-n32.patch;
|
|
|
|
};
|
|
|
|
|
2013-11-19 20:36:55 +00:00
|
|
|
tuxonice_3_10 = makeTuxonicePatch {
|
|
|
|
version = "2013-11-07";
|
|
|
|
kernelVersion = "3.10.18";
|
|
|
|
sha256 = "00b1rqgd4yr206dxp4mcymr56ymbjcjfa4m82pxw73khj032qw3j";
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2014-02-17 10:09:17 +00:00
|
|
|
grsecurity_3_0_3_2_55 =
|
|
|
|
{ name = "grsecurity-3.0-3.2.55";
|
2013-07-31 23:20:20 +01:00
|
|
|
patch = fetchurl {
|
2014-03-08 20:49:38 +00:00
|
|
|
url = http://grsecurity.net/stable/grsecurity-3.0-3.2.55-201403072107.patch;
|
|
|
|
sha256 = "128dbspwg8hvshz6rjykcl42kam5g0db50rbyaagskh9jm9a0zyz";
|
2013-07-31 23:20:20 +01:00
|
|
|
};
|
2013-11-02 11:43:11 +00:00
|
|
|
features.grsecurity = true;
|
2014-02-26 20:35:29 +00:00
|
|
|
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.2.55
|
2013-08-05 19:09:12 +01:00
|
|
|
features.apparmor = true;
|
2013-07-22 20:44:31 +01:00
|
|
|
};
|
|
|
|
|
2014-03-08 20:49:38 +00:00
|
|
|
grsecurity_3_0_3_13_6 =
|
|
|
|
{ name = "grsecurity-3.0-3.13.6";
|
2013-11-02 11:43:11 +00:00
|
|
|
patch = fetchurl {
|
2014-03-08 20:49:38 +00:00
|
|
|
url = http://grsecurity.net/test/grsecurity-3.0-3.13.6-201403072241.patch;
|
|
|
|
sha256 = "006w89pvb9jasb7413nnphz5mrdmq10mkpmjcglbhs5ps915jczy";
|
2013-11-02 11:43:11 +00:00
|
|
|
};
|
|
|
|
features.grsecurity = true;
|
2014-03-08 20:49:38 +00:00
|
|
|
# The grsec kernel patch seems to include the apparmor patches as of 3.0-3.13.6
|
2013-11-02 11:43:11 +00:00
|
|
|
features.apparmor = true;
|
|
|
|
};
|
2013-11-26 22:08:51 +00:00
|
|
|
|
|
|
|
grsec_path =
|
|
|
|
{ name = "grsec-path";
|
|
|
|
patch = ./grsec-path.patch;
|
|
|
|
};
|
2009-12-14 15:28:55 +00:00
|
|
|
}
|