[PATCH] Exclude a couple more password variables from dumps

Brian C. Lane bcl at redhat.com
Tue Apr 16 18:59:30 UTC 2013


From: "Brian C. Lane" <bcl at redhat.com>

---
 pyanaconda/exception.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pyanaconda/exception.py b/pyanaconda/exception.py
index a205365..1990e31 100644
--- a/pyanaconda/exception.py
+++ b/pyanaconda/exception.py
@@ -172,6 +172,10 @@ def initExceptionHandling(anaconda):
                                 "_intf._currentAction._xklwrapper",
                                 "_intf._currentAction.language.translations",
                                 "_intf._currentAction.language.locales",
+                                "_intf._currentAction._spokes[\"PasswordSpoke\"]._oldweak",
+                                "_intf._currentAction._spokes[\"PasswordSpoke\"]._password",
+                                "_intf._currentAction._spokes[\"UserSpoke\"]._password",
+                                "_intf._currentAction._spokes[\"UserSpoke\"]._oldweak",
                                 "_intf.storage.bootloader.password",
                                 "_intf.storage.data",
                                 "_intf.storage.encryptionPassphrase",
@@ -179,7 +183,7 @@ def initExceptionHandling(anaconda):
                                 "_bootloader.password",
                                 "payload._groups",
                                 "payload._yum"],
-                  localSkipList=[ "passphrase", "password" ],
+                  localSkipList=[ "passphrase", "password", "_oldweak", "_password" ],
                   fileList=fileList)
 
     conf.register_callback("lsblk_output", lsblk_callback, attchmnt_only=True)
-- 
1.8.1.4



More information about the anaconda-patches mailing list