Re: [PATCH v3] audit: log 32-bit socketcalls

2017-01-18 Thread Paul Moore
On Tue, Jan 17, 2017 at 11:07 AM, Richard Guy Briggs wrote: > 32-bit socketcalls were not being logged by audit on x86_64 systems. > Log them. This is basically a duplicate of the call from > net/socket.c:sys_socketcall(), but it addresses the impedance mismatch > between 32-bit userspace process

Re: [PATCH v3] audit: log 32-bit socketcalls

2017-01-17 Thread David Miller
From: Richard Guy Briggs Date: Tue, 17 Jan 2017 11:07:15 -0500 > 32-bit socketcalls were not being logged by audit on x86_64 systems. > Log them. This is basically a duplicate of the call from > net/socket.c:sys_socketcall(), but it addresses the impedance mismatch > between 32-bit userspace pro

[PATCH v3] audit: log 32-bit socketcalls

2017-01-17 Thread Richard Guy Briggs
32-bit socketcalls were not being logged by audit on x86_64 systems. Log them. This is basically a duplicate of the call from net/socket.c:sys_socketcall(), but it addresses the impedance mismatch between 32-bit userspace process and 64-bit kernel audit. See: https://github.com/linux-audit/audit-