mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Add brief readme used to explain layout of kernel-patches snapshots
This commit is contained in:
parent
31b181fcf8
commit
6f03656049
2 changed files with 23 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
11
kernel-patches/README.snapshot
Normal file
11
kernel-patches/README.snapshot
Normal 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
|
Loading…
Add table
Reference in a new issue