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