| Submitter | Tim Gardner |
|---|---|
| Date | Nov. 19, 2012, 6:52 p.m. |
| Message ID | <1353351139-26868-2-git-send-email-tim.gardner@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/200131/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/kernel/seccomp.c b/kernel/seccomp.c index ee376be..9002cfa 100644 --- a/kernel/seccomp.c +++ b/kernel/seccomp.c @@ -443,7 +443,7 @@ int __secure_computing(int this_syscall) #ifdef SECCOMP_DEBUG dump_stack(); #endif - audit_seccomp(this_syscall, exit_sig, ret); + __audit_seccomp(this_syscall, exit_sig, ret); do_exit(exit_sig); #ifdef CONFIG_SECCOMP_FILTER skip: