2
0
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:
Christian Boltz
2019-05-02 20:24:15 +02:00
parent 8b1b10babd
commit d11ed33d16

View File

@@ -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