From 6c1d4be346e31fbf40d72ffc7657e722ff9eea7d Mon Sep 17 00:00:00 2001 From: Taft Sanders Date: Fri, 12 Jan 2024 17:31:12 -0500 Subject: [PATCH] [rhui] Added the rhui-installer directory to rhui sos plugin Fixes: https://issues.redhat.com/browse/RHEL-21490 Signed-off-by: Taft Sanders --- sos/report/plugins/rhui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/report/plugins/rhui.py b/sos/report/plugins/rhui.py index c4a7a2f676..230b2130ed 100644 --- a/sos/report/plugins/rhui.py +++ b/sos/report/plugins/rhui.py @@ -28,6 +28,7 @@ def setup(self): "/var/cache/rhui/*", "/root/.rhui/*", "/var/log/rhui/*", + "/var/log/rhui-installer/*", ]) # skip collecting certificate keys self.add_forbidden_path("/etc/pki/rhui/**/*.key")