sos/sos-bz750607-forbid-more-pki-paths.patch
Bryn M. Reeves 13178ca5fa Update sos to 2.2-29
This synchronises sos in master to the current upstream sos-2.2 branch and
includes all patches from RHEL6 not already present.
2012-06-22 12:16:21 +01:00

12 lines
626 B
Diff

diff -up sos-2.2/sos/plugins/general.py.orig sos-2.2/sos/plugins/general.py
--- sos-2.2/sos/plugins/general.py.orig 2011-11-01 18:33:37.631824485 +0000
+++ sos-2.2/sos/plugins/general.py 2011-11-01 18:33:47.084880437 +0000
@@ -58,6 +58,7 @@ class general(sos.plugintools.PluginBase
self.addCopySpec("/etc/pki/entitlement/*.pem")
self.addCopySpec("/etc/rhsm/")
self.addForbiddenPath("/etc/pki/entitlement/key.pem")
+ self.addForbiddenPath("/etc/pki/entitlement/*-key.pem")
if self.getOption('all_logs'):
if rhelver == 5 or rhelver == 4: