Skip to content

Commit

Permalink
tests: check for avc denials around daemon-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-nguyen committed Jun 8, 2022
1 parent 96241ae commit c797f00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/kola/systemd/systemd-daemon-reload-avc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c797f00

Please sign in to comment.