mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 08:45:22 +00:00
logparser: add support for change_onexec logs
Add support for change_onexec logs by converting it to change_profile. Fix associated test. Signed-off-by: Maxime Bélair <maxime.belair@canonical.com>
This commit is contained in:
@@ -166,7 +166,6 @@ log_to_profile_skip = [
|
||||
|
||||
# tests that cause an empty log
|
||||
log_to_profile_known_empty_log = [
|
||||
'change_onexec_lp1648143', # change_onexec not supported in logparser.py yet (and the log is about "no new privs" error)
|
||||
'ptrace_garbage_lp1689667_1', # no denied= in log
|
||||
'ptrace_no_denied_mask', # no denied= in log
|
||||
'unconfined-change_hat', # unconfined trying to change_hat, which isn't allowed
|
||||
|
Reference in New Issue
Block a user