John Ogness schrieb: > On 2008-06-16, Martin Koch <[EMAIL PROTECTED]> wrote: >> My .config: ... > > I notice from your .config that you are not using a "vanilla" kernel > (directly from kernel.org). I do not want to provide support for all > the various distributions in the upstream release of Dazuko. The > individual distributions should be doing that. > > Luckily your particular problem was already solved in the past and is > part of the Linux 2.6 syscall hooking code. Copying the "fix" from > that code I was able to quickly generate this patch. If you apply this > patch (after applying the Dazuko patch), it should work. > > # cd /linux/source/path > # cat patch-dazuko-noparent.diff | patch -p1 > > Hopefully this is the only deviation in the kernel API that Dazuko > uses. > > (For 2.6.25.6 from kernel.org, the release patch works without any > problems.) > > John Ogness > > Unfortunately the patch dosn't help so much. This is the output:
CC security/dazuko/hooks.o CC security/dazuko/dazuko_core.o CC security/dazuko/dazuko_transport.o CC security/dazuko/dazuko_linux26.o security/dazuko/dazuko_linux26.c: In Funktion »check_parent«: security/dazuko/dazuko_linux26.c:429: Fehler: »struct task_struct« hat kein Element namens »p_pptr« security/dazuko/dazuko_linux26.c:432: Fehler: »struct task_struct« hat kein Element namens »p_pptr« security/dazuko/dazuko_linux26.c:435: Fehler: »struct task_struct« hat kein Element namens »p_pptr« make[2]: *** [security/dazuko/dazuko_linux26.o] Fehler 1 make[1]: *** [security/dazuko] Fehler 2 make: *** [security] Fehler 2 Martin _______________________________________________________________________ Jetzt neu! Schützen Sie Ihren PC mit McAfee und WEB.DE. 30 Tage kostenlos testen. http://www.pc-sicherheit.web.de/startseite/?mc=022220 _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
