Hello, I am trying to install Dazuko in an openSuse 11.0 (x86, kernel 2.6.25.11). Using the patch "patch-dazuko-opensuse-11.diff.gz" I have an error:"Hunk #2 FAILED at 18. 1 out of 2 hunks FAILED -- saving rejects to file security/Makefile.rej" (the makefile.rej is : *************** *** 17,21 **** obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o obj-$(CONFIG_SECURITY_SMACK) += commoncap.o smack/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 --- 18,23 ---- obj-$(CONFIG_SECURITY_SELINUX) += selinux/built-in.o obj-$(CONFIG_SECURITY_SMACK) += commoncap.o smack/built-in.o obj-$(CONFIG_SECURITY_APPARMOR) += commoncap.o apparmor/ + obj-$(CONFIG_SECURITY_DAZUKO) += commoncap.o dazuko/built-in.o obj-$(CONFIG_SECURITY_CAPABILITIES) += commoncap.o capability.o obj-$(CONFIG_SECURITY_ROOTPLUG) += commoncap.o root_plug.o
Instead, if I use the patch for the generic 2.6.25 kernel, do not have that error, but, apparently, dazuko is not compiled: it is not in the list of modules installed and neither in "modprobe -l". I have the same problem in a Fedora 8:apparently the procedure finishes without errors, but, at the end, the dazuko module is not present. What should I do? thank you in advance Giorgio Del Cielo _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
