码迷,mamicode.com
首页 > 系统相关 > 详细

配置selinux

时间:2015-10-11 19:46:31      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:selinux   rhel 7   

[root@desktop0 ~]# 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,

#     minimum - Modification of targeted policy. Only selected processes are protected. 

#     mls - Multi Level Security protection.

SELINUXTYPE=targeted



[root@desktop0 ~]# getenforce 

Enforcing


本文出自 “Yolo” 博客,请务必保留此出处http://4708948.blog.51cto.com/4698948/1701856

配置selinux

标签:selinux   rhel 7   

原文地址:http://4708948.blog.51cto.com/4698948/1701856

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!