mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
fix bad parameter merge on apparmor_ptrace
This commit is contained in:
parent
2873f3effd
commit
93f22b7fd6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Signed-off-by: John Johansen <jjohansen@suse.de>
|
|||
-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;
|
||||
|
|
Loading…
Add table
Reference in a new issue