Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.25-rc1 /security/Makefile

Filename:/security/Makefile
Lines Added:2
Lines Deleted:0
Also changed in: (Previous) 2.6.24-git22  2.6.24-git21  2.6.24-git20  2.6.24-git19  2.6.24-git18  2.6.24-git17 
(Following) 2.6.25-rc2  2.6.25-rc3  2.6.25-rc4  2.6.25-rc5  2.6.25-rc6  2.6.25-rc7 

Location
[  2.6.25-rc1
  [  security
     o  Makefile

Patch

diff --git a/security/Makefile b/security/Makefile
index ef87df2..9e8b025 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -4,6 +4,7 @@
 
 obj-$(CONFIG_KEYS)         += keys/
 subdir-$(CONFIG_SECURITY_SELINUX)   += selinux
+subdir-$(CONFIG_SECURITY_SMACK)      += smack
 
 # if we don't select a security model, use the default capabilities
 ifneq ($(CONFIG_SECURITY),y)
@@ -14,5 +15,6 @@ endif
 obj-$(CONFIG_SECURITY)         += security.o dummy.o inode.o
 # Must precede capability.o in order to stack properly.
 obj-$(CONFIG_SECURITY_SELINUX)      += selinux/built-in.o
+obj-$(CONFIG_SECURITY_SMACK)      += commoncap.o smack/built-in.o
 obj-$(CONFIG_SECURITY_CAPABILITIES)   += commoncap.o capability.o
 obj-$(CONFIG_SECURITY_ROOTPLUG)      += commoncap.o root_plug.o


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.