2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

libapparmor: add support for class in logparsing

We want to use the class field to identify operations such as
posix_mqueue

Signed-off-by: Georgia Garcia <georgia.garcia@canonical.com>
This commit is contained in:
Georgia Garcia
2022-04-06 17:09:01 +00:00
parent a05c9483f3
commit 5cc7a26e78
15 changed files with 22 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ class CapabilityTest(AATest):
'family': None,
'protocol': None,
'sock_type': None,
'class': None,
})
obj = CapabilityRule(parsed_event['name'], log_event=parsed_event)