Remove sec_perm patch that was needed by AUFS

Now the kernel is unpatched by default on non-MIPS!
This commit is contained in:
Shea Levy
2014-03-21 04:37:23 -04:00
parent 20696f1620
commit e4961c63f7
3 changed files with 5 additions and 44 deletions
@@ -44,12 +44,6 @@ rec {
features.apparmor = true;
};
sec_perm_2_6_24 =
{ name = "sec_perm-2.6.24";
patch = ./sec_perm-2.6.24.patch;
features.secPermPatch = true;
};
no_xsave =
{ name = "no-xsave";
patch = ./no-xsave.patch;