diff --git a/config.sh b/config.sh index c2dfbce..f5f8f23 100644 --- a/config.sh +++ b/config.sh @@ -518,6 +518,9 @@ function cloud_cleanup_steps() { # Attempt to fix file permissions for x in $(rpm -qa); do rpm --setperms "${x}" ; done + + # Attempt to fix labeling + /usr/sbin/fixfiles -R -a restore } function azure_cleanup_steps() {