1、查看 [root@dev-server ~]# getenforce Disabled [root@dev-server ~]# /usr/sbin/sestatus -v SELinux status: disabled 2、臨時關閉 ##設置SELinux 成為permissive ...
安全增強型Linux Security Enhanced Linux 簡稱SELinux,它是一個 Linux 內核模塊,也是Linux的一個安全子系統。為了避免安裝過程出現各種錯誤,建議關閉,有如下兩種關閉方法: 臨時關閉 不建議使用 但是這種方式只對當次啟動有效,重啟機器后會失效。 永久關閉 建議使用 修改配置文件 etc selinux config 將SELINUX enforcing 改 ...
2019-08-14 10:51 0 2881 推薦指數:
1、查看 [root@dev-server ~]# getenforce Disabled [root@dev-server ~]# /usr/sbin/sestatus -v SELinux status: disabled 2、臨時關閉 ##設置SELinux 成為permissive ...
查看 臨時關閉 永久關閉 將SELINUX=enforcing改為SELINUX=disabled 設置后需要重啟才能生效 ...
[root@localhost ~]# getenforce getenforce查看selinux的狀態 狀態:開啟(Enforcing),關閉(Permissive) [root@localhost ~]#vim /etc/selinux/conf SELINUX ...
https://www.cnblogs.com/Hi-blog/p/How-To-Disable-Firewall-And-Selinux-On-CentOS7.html # 查看防火牆狀態 ● firewalld.service - firewalld - dynamic ...
防火牆的開啟和關閉: 查看防火牆狀態 systemctl status firewalld #Active: inactive (dead) --表示防火牆已經關閉 臨時關閉防火牆 systemctl stop firewalld 臨時打開防火牆 systemctl ...
本文將簡單介紹在CentOS7上如何臨時和永久關閉防火牆和selinux。 關閉防火牆 關閉Selinux ...
CentOS 7.0默認使用的是firewall作為防火牆,使用iptables必須重新設置一下 1、直接關閉防火牆 systemctl stop firewalld.service #停止firewall systemctl disable ...
直接上命令 在root用戶下 systemctl stop firewalld systemctl disable firewalld systemctl status firewalld vi /etc/selinux/config 把SELINUX=enforcing 改成 SELINUX ...