Advertisement

掌握id命令-Z的功能及返回信息解读方法

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

本文将简要阐述在CentOS操作系统环境下,关于SELINUX的一些基础性概念与相关内容。

环境说明

复制代码
    [root@liumiaocn ~]# cat /etc/redhat-release 
    CentOS Linux release 7.6.1810 (Core) 
    [root@liumiaocn ~]# 
    
    
      
      
      
    

现象

在执行id命令的过程中,用户有可能会看到如下所示的信息内容,

复制代码
    [root@liumiaocn ~]# id
    uid=0(root) gid=0(root) groups=0(root) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
    [root@liumiaocn ~]# 
    
    
      
      
      
    

本文简要介绍了context=unconfined_u:uncon

全部评论 (0)

还没有任何评论哟~