On 2008-06-17, Martin Koch <[EMAIL PROTECTED]> wrote:
> Unfortunately the patch dosn't help so much. This is the output:
>   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«

It seems you have quite a special kernel indeed. It would surpise me
that the task_struct in your kernel doesn't have some pointer to its
parent (whatever it might be called).

The function check_parent() is only used for the Trusted Application
Framework. If the Dazuko application you are using does not require
this, it would be safe to change the whole function to be:

static inline int check_parent(struct task_struct *parent, struct task_struct 
*child)
{
        return -1;
}

John Ogness

-- 
Dazuko Maintainer


_______________________________________________
Dazuko-help mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/dazuko-help

Reply via email to