centos7 SELinux

Posted jonney-wang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 SELinux相关的知识,希望对你有一定的参考价值。

1、查看SELinux的状态

sestatus

2、临时关闭SELinux

setenforce 0

3、开启SELinux

setenforce 1

4、查看具体项的状态,如关键字 ftp

# getsebool -a|grep ftp

技术图片

5、修改某项的值,例如 ftpd_full_access

# setsebool ftpd_full_access 1

 

以上是关于centos7 SELinux的主要内容,如果未能解决你的问题,请参考以下文章

selinux 初级管理

Selinux初级管理

Selinux和Firewalled

《Linux菜鸟入门2》系统恢复和selinux  

vnc的安装

kvm与selinux