Remove in-memory kickstart representation from traceback file (#1519895)

We have been doing this filtering already, but some paths have likely
changed and the filter was no longer effective.

So add two new filter strings:
"_intf.storage.ksdata"
"_intf.data"

After adding these two I was no longer able to find the plaintext password
anywhere in the traceback after manually triggering a crash with:

kill -USR1 `cat /var/run/anaconda.pid`

Resolves: rhbz#1519895
pull/20/head
Martin Kolman 7 years ago committed by Marek Marczykowski-Górecki
parent 7489992ddd
commit fa4d491f88
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -274,7 +274,9 @@ def initExceptionHandling(anaconda):
"_intf._currentAction._spokes[\"UserSpoke\"]._oldweak",
"_intf.storage.bootloader.password",
"_intf.storage.data",
"_intf.storage.ksdata",
"_intf.storage.encryption_passphrase",
"_intf.data",
"_bootloader.encrypted_password",
"_bootloader.password",
"payload._groups"],

Loading…
Cancel
Save