summaryrefslogtreecommitdiff
path: root/kernel/sys.c
diff options
context:
space:
mode:
authorChris Wright <chrisw@osdl.org>2005-05-11 09:55:10 (GMT)
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>2005-05-11 09:55:10 (GMT)
commitc1b773d87eadc3972d697444127e89a7291769a2 (patch)
treeedfce2e842c3b6be70f3b90584507aab9fb3de8f /kernel/sys.c
parent197c69c6afd2deb7eec44040ff533d90d26c6161 (diff)
downloadlinux-fsl-qoriq-c1b773d87eadc3972d697444127e89a7291769a2.tar.xz
Add audit_log_type
Add audit_log_type to allow callers to specify type and pid when logging. Convert audit_log to wrapper around audit_log_type. Could have converted all audit_log callers directly, but common case is default of type AUDIT_KERNEL and pid 0. Update audit_log_start to take type and pid values when creating a new audit_buffer. Move sequences that did audit_log_start, audit_log_format, audit_set_type, audit_log_end, to simply call audit_log_type directly. This obsoletes audit_set_type and audit_set_pid, so remove them. Signed-off-by: Chris Wright <chrisw@osdl.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'kernel/sys.c')
0 files changed, 0 insertions, 0 deletions