How to switch SELinux mode?

Source: Internet
Author: User
Tags zend server

SELinux operates in the "enforcing" mode by default.

 
$ Sestatus-Vselinux status: enabledselinuxfsMount:/Selinuxcurrent mode: enforcingmode from configFile: Enforcingpolicy version:24Policy from configFile: Targeted

 

In "enforcing" mode, Zend server CE may run incorrectly. During installation, you must switch to "Permissive" mode.

 
# Setenforce permissive

 

But this requires manual execution after each boot. We can modify SELinux configuration to achieve automatic switching.

#Cat/Etc/SELinux/Config # ThisFileControls the state of SELinux on the system. # SELinux=Can take one of these three values: # enforcing-SELinux security policy is enforced. # permissive-SELinux prints warnings instead of enforcing. # disabled-No SELinux policy is loaded. SELinux=Permissive # selinuxtype=Can take one of these two values: # targeted-Targeted processes are protected, # MLS-Multi level security protection. selinuxtype= Targeted

 

reference: Switch SELinux "enforcing" mode to "Permissive" mode

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.