diff --git a/tests/kola/systemd/systemd-daemon-reload-avc b/tests/kola/systemd/systemd-daemon-reload-avc new file mode 100755 index 0000000000..1f24028953 --- /dev/null +++ b/tests/kola/systemd/systemd-daemon-reload-avc @@ -0,0 +1,10 @@ +#!/bin/bash +# kola: { "exclusive": true } +# Verify there are no AVC denials and check for avc denials after reloading the systemd manager configuration +# +# https://bugzilla.redhat.com/show_bug.cgi?id=1924869 +set -xeuo pipefail + +. $KOLA_EXT_DATA/commonlib.sh + +systemctl daemon-reload