[Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-09-18 Thread Jay Greguske
Daniel J Walsh wrote: > On 09/11/2009 04:47 PM, Jay Greguske wrote: > >> Hello, >> >> While using livecd-creator and poking around the code, I found a check >> that I don't understand the reason for. livecd-creator will bail out if >> the host has SELinux disabled and the kickstart file requests

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-09-24 Thread Jeremy Katz
On Fri, Sep 18, 2009 at 10:26 AM, Jay Greguske wrote: > Daniel J Walsh wrote: >> On 09/11/2009 04:47 PM, Jay Greguske wrote: >>> While using livecd-creator and poking around the code, I found a check >>> that I don't understand the reason for. livecd-creator will bail out if >>> the host has SELin

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-09-25 Thread Jay Greguske
Jeremy Katz wrote: > On Fri, Sep 18, 2009 at 10:26 AM, Jay Greguske wrote: > >> Daniel J Walsh wrote: >> >>> On 09/11/2009 04:47 PM, Jay Greguske wrote: >>> While using livecd-creator and poking around the code, I found a check that I don't understand the reason for. livec

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-09-25 Thread Jeremy Katz
On Fri, Sep 25, 2009 at 8:59 AM, Jay Greguske wrote: > Jeremy Katz wrote: >> There have been some problems more recently with the booleans stuff if >> SELinux isn't enabled.  Does that all end up working correctly still? >> > I'll look into it. Are there any you have in mind specifically? Dan mig

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-09-29 Thread Jay Greguske
Jeremy Katz wrote: > On Fri, Sep 25, 2009 at 8:59 AM, Jay Greguske wrote: > >> Jeremy Katz wrote: >> >>> There have been some problems more recently with the booleans stuff if >>> SELinux isn't enabled. Does that all end up working correctly still? >>> >>> >> I'll look into it. Are

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-09-29 Thread Jay Greguske
Daniel J Walsh wrote: > On 09/29/2009 03:45 PM, Jay Greguske wrote: > >> Jeremy Katz wrote: >> >>> On Fri, Sep 25, 2009 at 8:59 AM, Jay Greguske wrote: >>> >>> Jeremy Katz wrote: > There have been some problems more recently with the booleans stuf

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-10-02 Thread Bruno Wolff III
On Tue, Sep 29, 2009 at 16:32:24 -0400, Jay Greguske wrote: > Daniel J Walsh wrote: > > How much work would it be to create a livecd with only an xguest login. > > Random Root password and no user accounts. > > > > So the cd could only run xguest. I know if you can boot the cd you can > > be

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-10-22 Thread Jay Greguske
Jay Greguske wrote: > Jeremy Katz wrote: > >> On Fri, Sep 25, 2009 at 8:59 AM, Jay Greguske wrote: >> >> >>> Jeremy Katz wrote: >>> >>> There have been some problems more recently with the booleans stuff if SELinux isn't enabled. Does that all end up working corre

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-11-25 Thread Alan Pevec
On Thu, Oct 22, 2009 at 10:42 PM, Jay Greguske wrote: > Jay Greguske wrote: >> Jeremy Katz wrote: >> >>> On Fri, Sep 25, 2009 at 8:59 AM, Jay Greguske wrote: >>> >>> Jeremy Katz wrote: > There have been some problems more recently with the booleans stuff if > SELinux isn't

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-12-15 Thread Alan Pevec
I've just found one issue with the patch: @@ -722,7 +714,6 @@ class ImageCreator(object): kickstart.KeyboardConfig(self._instroot).apply(ksh.keyboard) kickstart.TimezoneConfig(self._instroot).apply(ksh.timezone) kickstart.AuthConfig(self._instroot).apply(ksh.authconfig) -

Re: [Fedora-livecd-list] Re: Unnecessary SELinux Failure Condition?

2009-12-16 Thread Jeremy Katz
On Wed, Dec 16, 2009 at 12:03 AM, Alan Pevec wrote: > I've just found one issue with the patch: > @@ -734,6 +725,9 @@ class ImageCreator(object): > > self.__run_post_scripts() > > +    # selinux should always come last > +    kickstart.SelinuxConfig(self._instroot).apply(ksh.selin