Red Hat Enterprise Linux 7关闭防火墙及SElinux
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Red Hat Enterprise Linux 7关闭防火墙及SElinux相关的知识,希望对你有一定的参考价值。
Red Hat Enterprise Linux 7关闭防火墙及SElinux
一、关闭防火墙
1. 先查看防火墙状态
[[email protected] ~]#systemctl status firewalld
firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled)
Active: active (running) since 三 2017-10-11 15:31:32 CST; 2min 20s ago
Main PID: 809 (firewalld)
CGroup: /system.slice/firewalld.service
└─809 /usr/bin/python -Es /usr/sbin/firewalld --nofork --nopid
10月 11 15:32:32 db1 systemd[1]: Started firewalld - dynamic firewall daemon.
2. 关闭防火墙
[[email protected] ~]#systemctl stop firewalld
[[email protected] 桌面]# systemctl status firewalld
firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled)
Active: inactive (dead)
10月 11 23:31:18 db1 systemd[1]: Starting firewalld - dynamic firewall dae.....
10月 11 15:31:32 db1 systemd[1]: Started firewalld - dynamic firewall daemon.
10月 11 15:34:54 db1 systemd[1]: Stopping firewalld - dynamic firewall dae.....
10月 11 15:34:55 db1 systemd[1]: Stopped firewalld - dynamic firewall daemon.
3. 查看防火墙服务是否开机启动
[[email protected] ~]#systemctl is-enabled firewalld
enabled #开启
4. 关闭防火墙开机启动
[[email protected] ~]#systemctl disable firewalld
rm ‘/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service‘
rm ‘/etc/systemd/system/basic.target.wants/firewalld.service‘
[[email protected] ~]#systemctl is-enabled firewalld
disabled
二、关闭SELinux
1. 查看当前SELinux状态
[[email protected] ~]#getenforce
Enforcing
2. 关闭SElinux
[[email protected] ~]# getenforce 0
[[email protected] ~]# getenforce
Permissive
3. 编辑配置文件
[[email protected] ~]#vim /etc/selinux/config
# This file controls 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 three two values:
# targeted - Targeted processes are protected,
# minimum - Modification of targeted policy. Only selected processes are protected.
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
本文出自 “花之旭的博客” 博客,请务必保留此出处http://huazhixu123.blog.51cto.com/1591874/1971452
以上是关于Red Hat Enterprise Linux 7关闭防火墙及SElinux的主要内容,如果未能解决你的问题,请参考以下文章
Red Hat Enterprise Linux 8 Beta 抢先体验
Red Hat Enterprise linux 7的新特性
Red Hat Enterprise Linux 各版本详细说明