Skip to content

Commit

Permalink
centos: More SELinux workarounds
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Sep 16, 2024
1 parent 063ef85 commit a5c6a66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -962,3 +962,6 @@ actions:
if [ -f /etc/yum/pluginconf.d/fastestmirror.conf ]; then
sed -ri 's/enabled=0/enabled=1/g' /etc/yum/pluginconf.d/fastestmirror.conf
fi
# Cleanup SELinux state
rm -Rf /var/lib/selinux/*

0 comments on commit a5c6a66

Please sign in to comment.