Centos 7/8 SELinux

Posted Vincen_shen

tags:

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

SELinux介绍

  1.端口防护

  2.文件防护

  3.服务防护

  4.selinux性能影响

  

 

selinux配置文件

  /etc/selinux/config

 

selinux状态查看

[root@centos ~]# sestatus -v
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
Memory protection checking:     actual (secure)
Max kernel policy version:      31

Process contexts:
Current context:                unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
Init context:                   system_u:system_r:init_t:s0
/sbin/agetty                    system_u:system_r:getty_t:s0-s0:c0.c1023
/usr/sbin/sshd                  system_u:system_r:sshd_t:s0-s0:c0.c1023

File contexts:
Controlling terminal:           unconfined_u:object_r:user_devpts_t:s0
/etc/passwd                     system_u:object_r:passwd_file_t:s0
/etc/shadow                     system_u:object_r:shadow_t:s0
/bin/bash                       system_u:object_r:shell_exec_t:s0
/bin/login                      system_u:object_r:login_exec_t:s0
/bin/sh                         system_u:object_r:bin_t:s0 -> system_u:object_r:shell_exec_t:s0
/sbin/agetty                    system_u:object_r:getty_exec_t:s0
/sbin/init                      system_u:object_r:bin_t:s0 -> system_u:object_r:init_exec_t:s0
/usr/sbin/sshd                  system_u:object_r:sshd_exec_t:s0

 

selinux端口开放

  semanage 

 

selinux服务开放

  semanage

 

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

centos7怎么安装nginx

在 CentOS 8 上实现PXE自动化安装 CentOS 6,7,8

ES7-Es8 js代码片段

unit6.7.8.10.11

Linux下SELinux的原理架构及代码解析

CentOS7服务器中apachephp7以及mysql5.7的安装配置代码