apparmor: Update to kernel 3.4 series (the current default)

This commit is contained in:
Ricardo M. Correia
2013-07-21 02:14:16 +00:00
committed by Bjørn Forsman
parent b52621a5fe
commit 22689567ed
2 changed files with 16 additions and 0 deletions

View File

@@ -55,6 +55,13 @@ rec {
features.apparmor = true;
};
apparmor_3_4 = rec {
version = "3.4";
name = "apparmor-${version}";
patch = makeAppArmorPatch { inherit apparmor version; };
features.apparmor = true;
};
sec_perm_2_6_24 =
{ name = "sec_perm-2.6.24";
patch = ./sec_perm-2.6.24.patch;