Re: [PATCH] python/semanage/seobject.py: Fix undefined store check

2018-05-08 Thread Stephen Smalley
On 05/04/2018 07:51 AM, Petr Lautrbach wrote: > From: Vit Mojzis > > self.store is always a string (actual store name or "") because of > semanageRecords.__init__. Fix check for not defined store. > > Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1559174#c3 > >

Re: [PATCH] python/semanage/seobject.py: Fix undefined store check

2018-05-07 Thread Petr Lautrbach
On Mon, May 07, 2018 at 09:58:28AM -0400, Stephen Smalley wrote: > On 05/04/2018 04:12 PM, Petr Lautrbach wrote: > > On Fri, May 04, 2018 at 01:58:08PM -0400, Stephen Smalley wrote: > >> On 05/04/2018 07:51 AM, Petr Lautrbach wrote: > >>> From: Vit Mojzis > >>> > >>>

Re: [PATCH] python/semanage/seobject.py: Fix undefined store check

2018-05-07 Thread Stephen Smalley
On 05/04/2018 04:12 PM, Petr Lautrbach wrote: > On Fri, May 04, 2018 at 01:58:08PM -0400, Stephen Smalley wrote: >> On 05/04/2018 07:51 AM, Petr Lautrbach wrote: >>> From: Vit Mojzis >>> >>> self.store is always a string (actual store name or "") because of >>>

Re: [PATCH] python/semanage/seobject.py: Fix undefined store check

2018-05-04 Thread Petr Lautrbach
On Fri, May 04, 2018 at 01:58:08PM -0400, Stephen Smalley wrote: > On 05/04/2018 07:51 AM, Petr Lautrbach wrote: > > From: Vit Mojzis > > > > self.store is always a string (actual store name or "") because of > > semanageRecords.__init__. Fix check for not defined store. > >

Re: [PATCH] python/semanage/seobject.py: Fix undefined store check

2018-05-04 Thread Stephen Smalley
On 05/04/2018 07:51 AM, Petr Lautrbach wrote: > From: Vit Mojzis > > self.store is always a string (actual store name or "") because of > semanageRecords.__init__. Fix check for not defined store. > > Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1559174#c3 > >