diff --git a/kernel-patches/2.6.16/patches/apparmor_security.patch b/kernel-patches/2.6.16/patches/apparmor_security.patch index 3f3140a2b..d4630cfd0 100644 --- a/kernel-patches/2.6.16/patches/apparmor_security.patch +++ b/kernel-patches/2.6.16/patches/apparmor_security.patch @@ -1,7 +1,7 @@ -Index: linux-2.6.18/security/Makefile +Index: b/security/Makefile =================================================================== ---- linux-2.6.18.orig/security/Makefile -+++ linux-2.6.18/security/Makefile +--- a/security/Makefile ++++ b/security/Makefile @@ -4,6 +4,7 @@ obj-$(CONFIG_KEYS) += keys/ @@ -10,13 +10,15 @@ Index: linux-2.6.18/security/Makefile # if we don't select a security model, use the default capabilities ifneq ($(CONFIG_SECURITY),y) ---- linux-2.6.17.orig/security/Kconfig -+++ linux-2.6.17/security/Kconfig -@@ -106,6 +106,7 @@ config SECURITY_SECLVL - If you are unsure how to answer this question, answer N. - +Index: b/security/Kconfig +=================================================================== +--- a/security/Kconfig ++++ b/security/Kconfig +@@ -100,6 +100,7 @@ config SECURITY_SECLVL + If you are unsure how to answer this question, answer N. + source security/selinux/Kconfig +source security/apparmor/Kconfig - + endmenu - + diff --git a/kernel-patches/README.snapshot b/kernel-patches/README.snapshot new file mode 100644 index 000000000..8d59b36c0 --- /dev/null +++ b/kernel-patches/README.snapshot @@ -0,0 +1,11 @@ +AppArmor kernel patches + +This directory should contain 2 patches that do the same thing. The patches +directory contains a quilt series of distinct patches necessary to apply +apparmor to the kernel. + +The fullseries patch is the quilt series combined into a single patch. + +The apparmor patches name convention is + +apparmor-${KERNEL_VERSION}-v${APPARMOR_MODULE_REPO_VERSION}.patch