Re: [PATCH] Missed cross compile fixes

2015-07-23 Thread Steve Grubb
On Wednesday, July 22, 2015 09:52:42 AM Clayton Shotwell wrote: > My previous patch set attempted to fix the building of the gen_tables.c > applications so they can run on the build machine when cross compiling. > I failed to realize that automake would still attempt to insert the > CFLAGS and CPPF

[PATCH 0/2] audit: log binding and unbinding to netlink multicast socket

2015-07-23 Thread Steve Grubb
Hello, I am resurrecting this old patch. Its been cleaned up by adding a simple task logging function which should, in the future, serve almost all kernel logging needs. The cleaned up bind and unbind functions call it to create the preamble and then finish with specific data items for bind/unb

[PATCH 2/2] audit: log binding and unbinding to netlink multicast socket

2015-07-23 Thread Steve Grubb
Log information about programs connecting and disconnecting to the audit netlink multicast socket. This is needed so that during investigations a security officer can tell who or what had access to the audit trail. This helps to meet the FAU_SAR.2 requirement for Common Criteria. Signed-off-by: St

[PATCH 1/2] audit: log binding and unbinding to netlink multicast socket

2015-07-23 Thread Steve Grubb
The audit subsystem could use a function that logs the commonly needed fields for a typical audit event. This logs less that audit_log_task_info and reduces the need to hand code individual fields. Signed-off-by: Steve Grubb --- include/linux/audit.h | 5 + kernel/audit.c| 35 ++