tests/integration/selinux: collect user_avc as well

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-03-11 16:23:03 -07:00
committed by lfbzhm
parent e5895f1100
commit c735c07349
+1 -1
View File
@@ -27,7 +27,7 @@ function teardown() {
teardown_bundle
# Show any avc denials.
if [[ -v AU_DD && -v AU_TT ]] && command -v ausearch &>/dev/null; then
ausearch -ts "$AU_DD" "$AU_TT" -i -m avc || true
ausearch -ts "$AU_DD" "$AU_TT" -i -m avc,user_avc || true
fi
}