LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How To Stop SELINUX ...? (https://www.linuxquestions.org/questions/linux-software-2/how-to-stop-selinux-341609/)

skate 07-09-2005 10:32 AM

How To Stop SELINUX ...?
 
I need to stop SELINUX to start MySQL...because for SELINUX the MySQL server doesnt starts...! :Pengy: :scratch:

macemoneta 07-09-2005 10:40 AM

Make sure you have the system fully updated - there have been many corrections to SELinux policy.

If you want to allow operations that SELinux would prohibit, issue the following command as root:

setenforce 0

To re-enable SELinux, use:

setenforce 1

Remember that by disabling SELinux, you are also disabling considerable security for the system.

Dave Lerner 07-09-2005 10:43 AM

I recently came across a discussion about that here: http://www.apachefriends.org/f/viewt...?p=52186#52186


All times are GMT -5. The time now is 05:30 PM.