Hi!

Here's the original kernel (security) Makefile (from Mandriva 2008.1 Spring) :::

# cat /usr/src/linux-2.6.24.4-1mnb/security/Makefile
#
# Makefile for the kernel security code
#

obj-$(CONFIG_KEYS)                      += keys/
subdir-$(CONFIG_SECURITY_SELINUX)       += selinux

# if we don't select a security model, use the default capabilities
ifneq ($(CONFIG_SECURITY),y)
obj-y           += commoncap.o
endif

# Object file lists
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_APPARMOR)         += commoncap.o apparmor/
obj-$(CONFIG_SECURITY_CAPABILITIES)     += commoncap.o capability.o
obj-$(CONFIG_SECURITY_ROOTPLUG)         += commoncap.o root_plug.o
[EMAIL PROTECTED] linux-2.6.24.4-1mnb]#

Thank you! 

Frank B.



--- John Ogness wrote : On 2008-04-18, Frank B  wrote:
 > I just installed this week the new Mandriva Spring
 2008.1 and built
 > the kernel source (provided by Mandriva)
 > kernel-source-2.6.24.4-1mnb-1-1mnb1.i586.rpm.
 >
 > Here's the problem:::
 > [EMAIL PROTECTED] linux-2.6.24.4-1mnb]# patch -p1 <
 > /usr/src/patch-linux26-dazuko-2.3.5-pre1.diff
 > [...]
 > patching file security/Makefile
 > Hunk #2 FAILED at 15.
 > 1 out of 2 hunks FAILED -- saving rejects to file
 > security/Makefile.rej
 > [...]
 >
 > The dazuko patch could not be applied??
 >
 > apparmor in already included in the mandriva
 kernel source! could it
 > be the problem??
 > How could I apply the dazuko patch in this new
 Mandriva Kernel
 > Source?
 
 Could you post your original security/Makefile?
 You'll probably need
 to manually insert the Dazuko line, but that
 shouldn't be a
 problem. If I see what the Makefile looks like, I
 can tell you exactly
 what line you need to add (and where).
 
 John Ogness
 
 -- 
 Dazuko Maintainer
                
---------------------------------
 Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs 
exceptionnels pour appeler la France et l'international.Téléchargez la version 
beta.
_______________________________________________
Dazuko-help mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/dazuko-help

Reply via email to