Displaying 5 results from an estimated 5 matches for "435300".
Did you mean:
43500
2015 May 26
2
"selinux --disabled" in kickstart file does NOT disable SELINUX
...d mode during a kickstart
installation, add the sed -i -e 's/\(^SELINUX=\).*$/\1permissive/'
/etc/selinux/config command to the %post section of the kickstart file.
Making sure to replace "permissive" with the required selinux mode.
-- https://bugzilla.redhat.com/show_bug.cgi?id=435300
On 26 May 2015 at 04:40, Rob Kampen <rkampen at kampensonline.com> wrote:
> On 05/26/2015 08:32 AM, Charlie Brune wrote:
>
>> Has the "selinux --disabled" line for kickstart files been depreciated?
>>
>> My CentOS 6.6 kickstart file contains the line:
&...
2015 May 26
3
"selinux --disabled" in kickstart file does NOT disable SELINUX
...sed -i -e 's/\(^SELINUX=\).*$/\1permissive/'
> > /etc/selinux/config command to the %post section of the kickstart file.
> > Making sure to replace "permissive" with the required selinux mode.
> >
> >
> > -- https://bugzilla.redhat.com/show_bug.cgi?id=435300
> >
> > On 26 May 2015 at 04:40, Rob Kampen <rkampen at kampensonline.com> wrote:
> >
> > > On 05/26/2015 08:32 AM, Charlie Brune wrote:
> > >
> > >> Has the "selinux --disabled" line for kickstart files been
> depreciated?
> >...
2015 May 26
0
"selinux --disabled" in kickstart file does NOT disable SELINUX
...t; installation, add the sed -i -e 's/\(^SELINUX=\).*$/\1permissive/'
> /etc/selinux/config command to the %post section of the kickstart file.
> Making sure to replace "permissive" with the required selinux mode.
>
>
> -- https://bugzilla.redhat.com/show_bug.cgi?id=435300
>
> On 26 May 2015 at 04:40, Rob Kampen <rkampen at kampensonline.com> wrote:
>
> > On 05/26/2015 08:32 AM, Charlie Brune wrote:
> >
> >> Has the "selinux --disabled" line for kickstart files been depreciated?
> >>
> >> My CentOS 6...
2015 May 26
0
"selinux --disabled" in kickstart file does NOT disable SELINUX
...s/\(^SELINUX=\).*$/\1permissive/'
>>> /etc/selinux/config command to the %post section of the kickstart file.
>>> Making sure to replace "permissive" with the required selinux mode.
>>>
>>>
>>> -- https://bugzilla.redhat.com/show_bug.cgi?id=435300
>>>
>>> On 26 May 2015 at 04:40, Rob Kampen <rkampen at kampensonline.com> wrote:
>>>
>>>> On 05/26/2015 08:32 AM, Charlie Brune wrote:
>>>>
>>>>> Has the "selinux --disabled" line for kickstart files been
>> de...
2015 May 25
2
"selinux --disabled" in kickstart file does NOT disable SELINUX
Has the "selinux --disabled" line for kickstart files been depreciated?
?
?
My CentOS 6.6 kickstart file contains the line:
selinux --disabled
After the install completes, SELinux is enabled instead of disabled.
/etc/selinux/config contains "SELINUX=enforcing" instead of "SELINUX=disabled".
?
Thanks,
Charlie