selinux= 为 disabled_CentOS7关闭防火墙和SELinux
生活随笔
收集整理的這篇文章主要介紹了
selinux= 为 disabled_CentOS7关闭防火墙和SELinux
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
關閉防火墻
查看防火墻狀態
[root@localhost ~]# systemctl status firewalld臨時關閉(下次開機啟動,自動啟動防火墻)
[root@localhost ~]# systemctl stop firewalld永久關閉防火墻(開機啟動時不在啟動)
[root@localhost ~]# systemctl disable firewalld關閉SElinux
查看selinux狀態
[root@localhost ~]# getenforce Enforcing 表示啟動臨時關閉
[root@localhost ~]# setenforce usage: setenforce [ Enforcing | Permissive | 1 | 0 ] 1表示啟動,0表示關閉[root@localhost ~]# setenforce 0 臨時關閉[root@localhost ~]# getenforce 查看狀態Permissive 關閉狀態永久關閉(修改配置文件,即可永久關閉)
[root@localhost ~]# vi /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=enforcing 修改為"SELINUX=disabled"# SELINUXTYPE= can take one of three values:# targeted - Targeted processes are protected,# minimum - Modification of targeted policy. Only selected processes are protected.# mls - Multi Level Security protection.SELINUXTYPE=targeted 創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的selinux= 为 disabled_CentOS7关闭防火墙和SELinux的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: python 全文搜索 句子_pytho
- 下一篇: idea快捷操作_IDEA插件系列 快