diff --git a/kernel-patches/2.6.27/apparmor-ptrace-2.6.27.diff b/kernel-patches/2.6.27/apparmor-ptrace-2.6.27.diff index d3e56f0e3..7d80636b8 100644 --- a/kernel-patches/2.6.27/apparmor-ptrace-2.6.27.diff +++ b/kernel-patches/2.6.27/apparmor-ptrace-2.6.27.diff @@ -23,7 +23,7 @@ Signed-off-by: John Johansen -static int apparmor_ptrace(struct task_struct *parent, - struct task_struct *child, unsigned int mode) +static int apparmor_ptrace(struct task_struct *tracer, -+ struct task_struct *tracee, unsigned int mode) ++ struct task_struct *tracee) { struct aa_task_context *cxt; int error = 0;