Skip to content

Commit

Permalink
tests/kola: remove dtb exceptions in upgrade test SELinux checks
Browse files Browse the repository at this point in the history
  • Loading branch information
HuijingHei committed Oct 30, 2024
1 parent 8ce159a commit a6ce4e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/kola/upgrade/extended/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ selinux-sanity-check() {
# Add in a few temporary glob exceptions
# https://github.com/coreos/fedora-coreos-tracker/issues/1806
[[ "${path}" =~ /etc/selinux/targeted/active/ ]] && continue
# https://github.com/coreos/fedora-coreos-tracker/issues/1808
[[ "${path}" =~ /boot/ostree/.*/dtb ]] && continue
if [[ "${exceptions[$path]:-noexception}" == 'noexception' ]]; then
echo "Unexpected mislabeled file found: ${path}"
found="1"
Expand Down

0 comments on commit a6ce4e3

Please sign in to comment.