X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Fseccomp.c;h=e8d76c5895ea15f3bb4867a85f48851dedf90cd4;hb=058bd4d2a4ff0aaa4a5381c67e776729d840c785;hp=57d4b13b631de36161349feb99ae6f76a2984b06;hpb=efb064dec6e35618ddc04f3ba49f70e528fbe069;p=mv-sheeva.git diff --git a/kernel/seccomp.c b/kernel/seccomp.c index 57d4b13b631..e8d76c5895e 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); }