[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] don't dump private data members
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] don't dump private data members
- Date: Fri, 7 Nov 2008 16:19:59 -0500
> We currently can only do dump filtering based on a fully qualified
> object reference (eg: anaconda.id.bootloader.password). This is somewhat
> problematic w/ encrypted block device passphrases since they can live in
> partRequest instances and therefore cannot be referenced as previously
> described. Initially I set out to implement dump filtering based on
> class name and member name, but I stumbled onto a much simpler solution:
> just make passphrase member into __passphrase and then filter out and
> private members (those with leading "__") from the dump.
Looks fine to me. I did a quick check of an existing traceback and we
do not have any existing private members in the dump. So, this patch
does not change anything for the worse.
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]