Advertisement

SELINUX工作模式

阅读量:
在这里插入图片描述

SELINUX作为Security-Enhanced Linux的简称,最初由美国国家安全局United States National Security Agency (NSA) 研究设计,并最终被整合进Linux内核之中。自Linux内核2.6版本起,该系统便包含了SELINUX模块。本文将重点阐述如何实现SELINUX的停用以及相关配置的设定方式。

验证环境

所采用的验证环境具体配置如下:CentOS 7.6

复制代码
    [root@host124 ~]# uname -a
    Linux host124 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
    [root@host124 ~]# cat /etc/redhat-release 
    CentOS Linux release 7.6.1810 (Core) 
    [root@host124 ~]# 
    
    
      

全部评论 (0)

还没有任何评论哟~