mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
tests/integration/selinux: collect user_avc as well
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user