~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to kernel-patches/2.6.19/patches/apparmor_security.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: linux-2.6.18/security/Makefile
2
 
===================================================================
3
 
--- linux-2.6.18.orig/security/Makefile
4
 
+++ linux-2.6.18/security/Makefile
5
 
@@ -4,6 +4,7 @@
6
 
 
7
 
 obj-$(CONFIG_KEYS)                     += keys/
8
 
 subdir-$(CONFIG_SECURITY_SELINUX)      += selinux
9
 
+obj-$(CONFIG_SECURITY_APPARMOR)                += commoncap.o apparmor/
10
 
 
11
 
 # if we don't select a security model, use the default capabilities
12
 
 ifneq ($(CONFIG_SECURITY),y)
13
 
--- linux-2.6.17.orig/security/Kconfig
14
 
+++ linux-2.6.17/security/Kconfig
15
 
@@ -106,6 +106,7 @@ config SECURITY_SECLVL
16
 
          If you are unsure how to answer this question, answer N.
17
 
 
18
 
 source security/selinux/Kconfig
19
 
+source security/apparmor/Kconfig
20
 
 
21
 
 endmenu
22