mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-01 06:45:38 +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']:
|
if aamode in ['AUDIT', 'STATUS', 'ERROR']:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
if 'profile_set' in e['operation']:
|
|
||||||
return None
|
|
||||||
|
|
||||||
# Skip if AUDIT event was issued due to a change_hat in unconfined mode
|
# Skip if AUDIT event was issued due to a change_hat in unconfined mode
|
||||||
if not e.get('profile', False):
|
if not e.get('profile', False):
|
||||||
return None
|
return None
|
||||||
|
Reference in New Issue
Block a user