I have set used sed (changing SELINUX value in /etc/sysconfig/selinux file) to disable SELinux
but i noticed that liveCD working under SELinux enabled mode.
Can't we disabled SELinux?
On Sat, 25 Dec 2010 11:12:42 -0500 Danishka Navin danishka@gmail.com wrote:
I have set used sed (changing SELINUX value in /etc/sysconfig/selinux file) to disable SELinux
Where? In your host machine thats running livecd-creator? In the kickstart you are using? In what section?
but i noticed that liveCD working under SELinux enabled mode.
Can't we disabled SELinux?
You should be able to in the kickstart post...
kevin
On Sun, Dec 26, 2010 at 1:07 AM, Kevin Fenzi kevin@scrye.com wrote:
On Sat, 25 Dec 2010 11:12:42 -0500 Danishka Navin danishka@gmail.com wrote:
I have set used sed (changing SELINUX value in /etc/sysconfig/selinux file) to disable SELinux
Where? In your host machine thats running livecd-creator? In the kickstart you are using? In what section?
between post and end sed -i -e 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux
but i noticed that liveCD working under SELinux enabled mode.
Can't we disabled SELinux?
You should be able to in the kickstart post...
i did so.
kevin
spins mailing list spins@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/spins
On Sun, 26 Dec 2010 15:50:01 +0530 Danishka Navin danishka@gmail.com wrote:
On Sun, Dec 26, 2010 at 1:07 AM, Kevin Fenzi kevin@scrye.com wrote:
On Sat, 25 Dec 2010 11:12:42 -0500 Danishka Navin danishka@gmail.com wrote:
I have set used sed (changing SELINUX value in /etc/sysconfig/selinux file) to disable SELinux
Where? In your host machine thats running livecd-creator? In the kickstart you are using? In what section?
between post and end sed -i -e 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux
Odd. Any errors from livecd-creator in the output there?
Can you doublecheck the file after making that change? Perhaps just add a cat of it there and see in the output?
kevin
On Mon, Dec 27, 2010 at 2:35 AM, Kevin Fenzi kevin@scrye.com wrote:
On Sun, 26 Dec 2010 15:50:01 +0530 Danishka Navin danishka@gmail.com wrote:
On Sun, Dec 26, 2010 at 1:07 AM, Kevin Fenzi kevin@scrye.com wrote:
On Sat, 25 Dec 2010 11:12:42 -0500 Danishka Navin danishka@gmail.com wrote:
I have set used sed (changing SELINUX value in /etc/sysconfig/selinux file) to disable SELinux
Where? In your host machine thats running livecd-creator? In the kickstart you are using? In what section?
between post and end sed -i -e 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux
Odd. Any errors from livecd-creator in the output there?
no errors at all
Can you doublecheck the file after making that change?
Perhaps just add a cat of it there and see in the output?
added following entries to the kickstart but could not solved it but i noticed the /etc/sysconfig/selinux file has the entry of SELINUX=disabled.
sed -i -e 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux /usr/sbin/setenforce 0
kevin
spins mailing list spins@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/spins