centos 7.0 查看selinux状态|关闭|开启

Linux在安装好之后通常SELinux都是出于默认开启的状态,开启的情况下会导致一些服务的安装不成功。

在不需要的情况下完全可以关闭掉,下面是在centos 7.0里面如何查看,关闭selinux。

查看selinux状态

Linux在安装好之后通常SELinux都是出于默认开启的状态,开启的情况下会导致一些服务的安装不成功。
在不需要的情况下完全可以关闭掉,下面是在centos 7.0里面如何查看,关闭selinux。
查看selinux状态

[[email protected] ~]# sestatus  

SELinux status:                 enabled
SELinuxfs mount:                /sys/fs/selinux
SELinux root directory:         /etc/selinux
Loaded policy name:             targeted
Current mode:                   enforcing
Mode from config file:          enforcing
Policy MLS status:              enabled
Policy deny_unknown status:     allowed
Max kernel policy version:      28 

临时关闭

[[email protected] ~]# setenforce 0 

永久关闭,可以修改配置文件/etc/selinux/config,将其中SELINUX设置为disabled。

[[email protected] ~]# cat /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 two values:
#     targeted - Targeted processes are protected,
#     minimum - Modification of targeted policy. Only selected processes are protected.
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted

[[email protected] ~]# sestatus  

SELinux status:                 disabled

 

临时关闭

[[email protected] ~]# setenforce
 
 

永久关闭,可以修改配置文件/etc/selinux/config,将其中SELINUX设置为disabled

[[email protected] ~]# cat /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 two values:    #     targeted - Targeted processes are protected,    #     minimum - Modification of targeted policy. Only selected processes are protected.     #     mls - Multi Level Security protection.    SELINUXTYPE=targeted     [[email protected] ~]# sestatus    SELinux status:                 disabled

原文地址:https://www.cnblogs.com/gjack/p/9027816.html

时间: 2024-10-10 10:57:53

centos 7.0 查看selinux状态|关闭|开启的相关文章

centos6 查看SELinux状态 关闭SELinux

SELinux(Security-Enhanced Linux) 是美国国家安全局(NSA)对于强制访问控制的实现,是 Linux历史上最杰出的新安全子系统.在这种访问控制体系的限制下,进程只能访问那些在他的任务中所需要文件.SELinux 默认安装在 Fedora 和 Red Hat Enterprise Linux 上. 虽然SELinux很好用,但是在多数情况我们还是将其关闭,因为在不了解其机制的情况下使用SELinux会导致软件安装或者应用部署失败 以下就是关闭SELinux的方法 系统

linux/centos6 查看SELinux状态 关闭SELinux

SELinux(Security-Enhanced Linux) 是美国国家安全局(NSA)对于强制访问控制的实现,是 Linux历史上最杰出的新安全子系统.在这种访问控制体系的限制下,进程只能访问那些在他的任务中所需要文件.SELinux 默认安装在 Fedora 和 Red Hat Enterprise Linux 上. 虽然SELinux很好用,但是在多数情况我们还是将其关闭,因为在不了解其机制的情况下使用SELinux会导致软件安装或者应用部署失败. 以下就是关闭SELinux的方法 系

查看 SELinux状态|关闭SELinux

查看SELinux状态: 1./usr/sbin/sestatus -v      ##如果SELinux status参数为enabled即为开启状态 SELinux status:                 enabled 2.getenforce                 ##也可以用这个命令检查 关闭SELinux: 1.临时关闭(不用重启机器): setenforce 0                  ##设置SELinux 成为permissive模式 ##seten

查看SELinux状态技巧与SELinux关闭方法

大部分使用 SELinux 的人使用的都是 SELinux 就绪的发行版,例如 Fedora.Red Hat Enterprise Linux (RHEL).Debian或 Centos.它们都是在内核中启用 SELinux 的,并且提供一个可定制的安全策略,还提供很多用户层的库和工具,它们都可以使用 SELinux 的功能.那么SELinux状态怎么查看呢?SELinux又该如何关闭? 查看SELinux状态: 1./usr/sbin/sestatus -v ##如果SELinux statu

查看 SELinux状态及关闭SELinux

查看SELinux状态: 1./usr/sbin/sestatus -v      ##如果SELinux status参数为enabled即为开启状态 SELinux status:                 enabled 2.getenforce                 ##也可以用这个命令检查 关闭SELinux: 1.临时关闭(不用重启机器): setenforce 0                  ##设置SELinux 成为permissive模式 ##seten

linux查看防火墙状态及开启关闭命令(转)

存在以下两种方式: 一.service方式 查看防火墙状态: [[email protected] ~]# service iptables status iptables:未运行防火墙. 开启防火墙: [[email protected] ~]# service iptables start 关闭防火墙: [[email protected] ~]# service iptables stop 二.iptables方式 先进入init.d目录,命令如下: [[email protected]

linux查看防火墙状态及开启关闭命令

查看防火墙状态:  [[email protected] ~]# service iptables status iptables:未运行防火墙. 开启防火墙: [[email protected] ~]# service iptables start 关闭防火墙: [[email protected] ~]# service iptables stop 原文地址:https://www.cnblogs.com/dk1024/p/11747788.html

查看selinux与关闭方法

查看当前用户selinux 状态 [root@oldboy-09 ~]# getenforce Disabled [root@oldboy-09 ~]# setenforce usage: setenforce [ Enforcing | Permissive | 1 | 0 ] 允许 开启|关闭 当前用户临时修改命令为:setenforce 0 永久关闭方法为:编辑/etc/selinux/config  (需要重启服务器后生效) # This file controls the state

Centos 7和 Centos 6开放查看端口 防火墙关闭打开

Centos 7 firewall 命令: 查看已经开放的端口: firewall-cmd --list-ports 开启端口 firewall-cmd --zone=public --add-port=80/tcp --permanent 命令含义: –zone #作用域 –add-port=80/tcp #添加端口,格式为:端口/通讯协议 –permanent #永久生效,没有此参数重启后失效 重启防火墙 firewall-cmd --reload #重启firewall systemctl