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
This commit is contained in:
parent
7489992ddd
commit
fa4d491f88
@ -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…
Reference in New Issue
Block a user