--- zzzz-none-000/linux-3.10.107/arch/x86/ia32/audit.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/x86/ia32/audit.c 2021-02-04 17:41:59.000000000 +0000 @@ -35,6 +35,7 @@ case __NR_socketcall: return 4; case __NR_execve: + case __NR_execveat: return 5; default: return 1;