Turn off SELinux (firewall) method sharing _linux

Source: Internet
Author: User

Just hand-loaded a CentOS6.4, just by the way record.

Copy Code code as follows:

# Sestatus
SELinux status:enabled
SELINUXFS Mount:/selinux
Current mode:enforcing
Mode from config file:enforcing
Policy version:24
Policy from config file:targeted

You can run the following command and immediately disable SELinux

Copy Code code as follows:

Setenforce 0*/

This time you look at the status of the SELinux

Copy Code code as follows:

# Sestatus
SELinux status:enabled
SELINUXFS Mount:/selinux
Current Mode:permissive
Mode from config file:enforcing
Policy version:24
Policy from config file:targeted

By contrast, you can see the change.

After the reboot, the settings are invalidated.

If you want the reboot to take effect, you need to modify the configuration file

/etc/selinux/config

Copy Code code as follows:

#SELINUX =enforcing
Selinux=disabled

Or you can run the following command

Copy Code code as follows:

Sed-i '/selinux/s/enforcing/disabled/'/etc/selinux/config

This time, you reboot the machine, and then look at the status of the SELinux.

Copy Code code as follows:

# Sestatus
SELinux status:disabled

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.