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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user