diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-02-10 14:35:36 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2015-02-10 14:35:36 -0500 |
commit | 4ba24fef3eb3b142197135223b90ced2f319cd53 (patch) | |
tree | a20c125b27740ec7b4c761b11d801108e1b316b2 /lib/audit.c | |
parent | 47c1ffb2b6b630894e9a16442611c056ab21c057 (diff) | |
parent | 98a4a59ee31a12105a2b84f5b8b515ac2cb208ef (diff) |
Merge branch 'next' into for-linus
Prepare first round of input updates for 3.20.
Diffstat (limited to 'lib/audit.c')
-rw-r--r-- | lib/audit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/audit.c b/lib/audit.c index 1d726a22565b..b8fb5ee81e26 100644 --- a/lib/audit.c +++ b/lib/audit.c | |||
@@ -54,6 +54,9 @@ int audit_classify_syscall(int abi, unsigned syscall) | |||
54 | case __NR_socketcall: | 54 | case __NR_socketcall: |
55 | return 4; | 55 | return 4; |
56 | #endif | 56 | #endif |
57 | #ifdef __NR_execveat | ||
58 | case __NR_execveat: | ||
59 | #endif | ||
57 | case __NR_execve: | 60 | case __NR_execve: |
58 | return 5; | 61 | return 5; |
59 | default: | 62 | default: |