lkml.org 
[lkml]   [2022]   [May]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/2] audit: add filterkey to special audit messages
Date
For automated filtering/testing it is useful to have the
filter key logged in the message.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
---
kernel/auditsc.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/kernel/auditsc.c b/kernel/auditsc.c
index c856893041c9..2e349660a56f 100644
--- a/kernel/auditsc.c
+++ b/kernel/auditsc.c
@@ -1508,6 +1508,7 @@ static void show_special(struct audit_context *context, int *call_panic)
audit_log_time(context, &ab);
break;
}
+ audit_log_key(ab, context->filterkey);
audit_log_end(ab);
}

--
2.32.0
\
 
 \ /
  Last update: 2022-05-03 11:03    [W:1.765 / U:0.420 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site