重庆思庄Oracle、Redhat认证学习论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2462|回复: 0
打印 上一主题 下一主题

[基础命令] 查看 SELinux状态及关闭SELinux

[复制链接]
跳转到指定楼层
楼主
发表于 2018-1-26 16:09:47 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
本帖最后由 jiawang 于 2018-1-26 16:13 编辑

查看SELinux状态:默认SELinux status参数为enabled即为开启状态
[root@rac01 ~]# /usr/sbin/sestatus -v  
SELinux status:                 enabled

[root@rac01 ~]# getenforce
Enabled   

关闭SELinux:
1、临时关闭  (不用重启机器)设置SELinux 成为permissive模式
[root@rac01 ~]# setenforce 0  

[root@rac01 ~]# getenforce
Permissive



2、永久关闭(修改配置文件需要重启机器
修改/etc/selinux/config 文件
[root@rac01~]# 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
# SELINUXTYPE= can take one of these two values:
#     targeted - Targeted processes are protected,
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted

将SELINUX=enforcing改为SELINUX=disabled
重启机器即可 (reboot)


验证:
[root@rac01 ~]# /usr/sbin/sestatus -v
SELinux status:                 disabled

[root@rac01~]# cat /etc/selinux/config   
[root@rac01 ~]# 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=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.














分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 支持支持 反对反对
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|手机版|小黑屋|重庆思庄Oracle、Redhat认证学习论坛 ( 渝ICP备12004239号-4 )

GMT+8, 2024-5-5 19:14 , Processed in 0.098758 second(s), 20 queries .

重庆思庄学习中心论坛-重庆思庄科技有限公司论坛

© 2001-2020

快速回复 返回顶部 返回列表