0204000-fedora关闭selinux

1.查看selinux状态

[root@fedora21 selinux]#  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:      29

2.临时关闭selinux

setenforce [Enforcing|Permissive|1|0]

3.主配置文件

/etc/selinux/config

fedora21上的内容如下:

# 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 three values:
#	targeted - Targeted processes are protected,
#	minimum - Modification of targeted policy. Only selected  processes are protected.
#	mls - Multi Level Security protection.
SELINUXTYPE=targeted

4.关闭selinux

  1. /etc/selinux/config
  2. SELINUX=disabled
  3. 重启

5.参考

0.修订记录

class nobody{
public:
	string author    = "zhiw";
	string email     = "zhiw2019#163.com"
	string timestamp = "2015年2月4日"
	string version   = "000,初始发布"
};
posted @ 2015-02-04 11:14  zhiw2019  阅读(347)  评论(0编辑  收藏  举报