Add brief readme used to explain layout of kernel-patches snapshots

This commit is contained in:
John Johansen 2007-03-19 11:11:05 +00:00
parent 31b181fcf8
commit 6f03656049
2 changed files with 23 additions and 10 deletions

View file

@ -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

View file

@ -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