mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-30 22:05:27 +00:00
Stop ignoring profile_set events
According to John, this is no longer needed.
This commit is contained in:
@@ -191,9 +191,6 @@ class ReadLog:
|
||||
if aamode in ['AUDIT', 'STATUS', 'ERROR']:
|
||||
return None
|
||||
|
||||
if 'profile_set' in e['operation']:
|
||||
return None
|
||||
|
||||
# Skip if AUDIT event was issued due to a change_hat in unconfined mode
|
||||
if not e.get('profile', False):
|
||||
return None
|
||||
|
Reference in New Issue
Block a user