LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   How can I disabled SELinux? (https://www.linuxquestions.org/questions/linux-kernel-70/how-can-i-disabled-selinux-484248/)

abefroman 09-17-2006 12:01 AM

How can I disabled SELinux?
 
How can I disabled SELinux?

My screen keeps coming up with messages that says
inode_doinit_with_dentry .....

Lenard 09-17-2006 06:14 AM

A couple of ways...

First way (This can override the second way);
Edit the /boot/grub/grub.conf file and on the kernel line add a space followed by selinux=0

Second way; edit the /etc/selinux/config file and change the line below to read; SELINUX=disabled

Note: if in the file /etc/selinux/config is set with: SELINUX=disabled by adding/changing selinux=1 to/in the kernel line selinux is enabled.

abefroman 09-17-2006 08:52 AM

Thanks!

Do I need to reboot for that to take effect?

reddazz 09-17-2006 10:22 AM

Quote:

Originally Posted by abefroman
Thanks!

Do I need to reboot for that to take effect?

If you do not want to reboot try entering "setenforce=0" at the command line.


All times are GMT -5. The time now is 08:16 AM.