From 59ab7f32ec1d3f756a28ea62ed974eaec372849d Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 11 Jun 2024 20:55:53 -0700 Subject: [PATCH] add fixfiles step for debugging --- config.sh | 3 +++ 1 file changed, 3 insertions(+) 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() {