Re: [PATCH 1/2] audit: add execveat to syscall classification

2015-03-06 Thread Greg KH
On Fri, Mar 06, 2015 at 03:40:37PM +, David Drysdale wrote: > New execveat syscall from v3.19 is missing from > audit_classify_compat_syscall(). > > Reported-by: Brian Gerst > Signed-off-by: David Drysdale > --- > lib/compat_audit.c | 3 +++ > 1 file changed, 3 insertions(+) This is not

[PATCH 1/2] audit: add execveat to syscall classification

2015-03-06 Thread David Drysdale
New execveat syscall from v3.19 is missing from audit_classify_compat_syscall(). Reported-by: Brian Gerst Signed-off-by: David Drysdale --- lib/compat_audit.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/compat_audit.c b/lib/compat_audit.c index 873f75b640ab..a49469f0511d 100644 -