X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Fseccomp.c;h=e8d76c5895ea15f3bb4867a85f48851dedf90cd4;hb=b52b80023f262ce8a0ffdcb490acb23e8678377a;hp=57d4b13b631de36161349feb99ae6f76a2984b06;hpb=562f477a54478002ddfbb5b85627c009ca41e71d;p=karo-tx-linux.git diff --git a/kernel/seccomp.c b/kernel/seccomp.c index 57d4b13b631d..e8d76c5895ea 100644 --- a/kernel/seccomp.c +++ b/kernel/seccomp.c @@ -6,6 +6,7 @@ * This defines a simple but solid secure-computing mode. */ +#include #include #include #include @@ -54,6 +55,7 @@ void __secure_computing(int this_syscall) #ifdef SECCOMP_DEBUG dump_stack(); #endif + audit_seccomp(this_syscall); do_exit(SIGKILL); }