Linux SELinux shutdown method and firewall shutdown method

Source: Internet
Author: User

There are three ways to set SELinux under Linux.
First, in the graphical interface:
Desktop--Manage security levels and firewalls, set to disable.
Second, in the command mode:
Modify the file:/etc/selinux/config, and then restart the system. Specific changes


Third, run the command: Setup, go to "firewall Configuration", in the SELinux bar, select "Disable".
Four, run the command: Setenforce 0, (do not need to restart).

Turn off SELinux protection for specified services (FTP as an example):
1, use the command: Getsebool Ftpd_disable_trans can view the current status if not on
2. Input command: Setsebool Ftpd_disable_trans 1
Of course, you can add the-p parameter so that you don't need to enter this command every time you start
Setsebool-p Ftpd_disable_trans 1


Firewall aspects:
First, run the command: Setup, go to "firewall Configuration", and in the security level bar, select "Disable".
Second, run the command: Chkconfig--level iptables off.

To open the specified port:
1, run:/sbin/iptables-i input-p tCP --dport 80-j ACCEPT Open 80 port.
2. Run:/etc/init.d/iptables Save settings

===========================================

Note:

The above process is the key to solve the following vsftp problems,

Oops:cannot Change Directory

Oops:child died

Shut down the firewall and selinux to use Vsftp

Related Article

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.