Hello! I have problem with Dazuko 2.3.5 Linux 2.6.24 patch.
I'm trying to compile dazuko 2.3.5 into the kernel 2.6.24.19 of Ubuntu. I downloaded the patch- http://dazuko.dnsalias.org/files/patch-dazuko-linux-2.6.24.diff.gz and patched the kernel '.config' -file. Patched the existing '.config' file with: # zcat patch-dazuko-linux-2.6.24.diff.gz | patch -p1 Manaully changed the Makefile for the kernel security code with: obj-$(CONFIG_SECURITY_DAZUKO) += commoncap.o dazuko/built-in.o # make menuconfig (0) NSA SELinux bootparameter default value Compiling starts but ends with errors: >>>cut: LD ipc/built-in.o GEN security/apparmor/capability_names.h GEN security/apparmor/af_names.h CC security/apparmor/main.o CC security/apparmor/list.o CC security/apparmor/procattr.o CC security/apparmor/lsm.o CC security/apparmor/apparmorfs.o CC security/apparmor/module_interface.o CC security/apparmor/match.o LD security/apparmor/apparmor.o LD security/apparmor/built-in.o CC security/dazuko/hooks.o security/dazuko/hooks.c: I funktion "dazuko_inode_setxattr": security/dazuko/hooks.c:116: varning: skickar argument 2 till "secondary_ops->inode_setxattr" från inkompatibel pekartyp security/dazuko/hooks.c:116: varning: att skicka argument 4 till "secondary_ops->inode_setxattr" skapar pekare av ett heltal utan typkonvertering security/dazuko/hooks.c:116: fel: för få argument till funktionen "secondary_ops->inode_setxattr" security/dazuko/hooks.c: I funktion "dazuko_inode_removexattr": security/dazuko/hooks.c:121: varning: skickar argument 2 till "secondary_ops->inode_removexattr" från inkompatibel pekartyp security/dazuko/hooks.c:121: fel: för få argument till funktionen "secondary_ops->inode_removexattr" security/dazuko/hooks.c: På toppnivå: security/dazuko/hooks.c:211: varning: initiering från inkompatibel pekartyp security/dazuko/hooks.c:212: varning: initiering från inkompatibel pekartyp make[3]: *** [security/dazuko/hooks.o] Fel 1 make[2]: *** [security/dazuko] Fel 2 make[1]: *** [security] Fel 2 make[1]: Lämnar katalogen "/usr/src/linux-source-2.6.24" make: *** [debian/stamp-build-kernel] Fel 2 [EMAIL PROTECTED]:/usr/src/linux# Is there anything I have missed? Appreciate your help! _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
