mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Support newer auditd formatted messages. Patch from mancha on irc.
Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
parent
0807a74490
commit
d088727bdf
1 changed files with 1 additions and 1 deletions
|
@ -2422,7 +2422,7 @@ my $RE_LOG_v2_0_audit =
|
|||
my $RE_LOG_v2_1_audit =
|
||||
qr/type=(UNKNOWN\[150[1-6]\]|APPARMOR_(AUDIT|ALLOWED|DENIED|HINT|STATUS|ERROR))/;
|
||||
my $RE_LOG_v2_6_audit =
|
||||
qr/type=AVC\s+audit\([\d\.\:]+\):\s+apparmor=/;
|
||||
qr/type=AVC\s+(msg=)?audit\([\d\.\:]+\):\s+apparmor=/;
|
||||
|
||||
sub prefetch_next_log_entry() {
|
||||
# if we already have an existing cache entry, something's broken
|
||||
|
|
Loading…
Add table
Reference in a new issue