2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

test-multi: no longer expect testcase01, 12 and 13 to fail

'testcase01', 'testcase12' and 'testcase13' contain a strange mix of
exec and network events.

Nevertheless, there's enough information to parse them as good-enough
exec events. While this is not perfectly correct, it's better than
skipping these logs in this test.

Stop expecting that these profiles have a wrong content, and adjust them
so that they contain the (somewhat) expected exec rule.
This commit is contained in:
Christian Boltz 2024-10-20 22:59:14 +02:00
parent 02e2ce0ad9
commit 8eff7cd98f
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C
4 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/bin/ping {
ping2 ix,
/bin/ping mrix,
}

View File

@ -1,4 +1,4 @@
/bin/ping {
/bin/ping ix,
/bin/ping mrix,
}

View File

@ -1,4 +1,4 @@
/bin/ping {
/bin/ping ix,
/bin/ping mrix,
}

View File

@ -152,11 +152,6 @@ log_to_skip = [
# tests that do not produce the expected profile (checked with assertNotEqual)
log_to_profile_known_failures = [
# exec events
'testcase01',
'testcase12',
'testcase13',
# 'testcase31', # works, but including the link source would be nice
]