检查selinux状态的方法

WBOY
发布: 2016-06-07 16:13:14
原创
1789 人浏览过

检查selinux状态的方法: 来源于: How to Check whether SELinux is Enabled or Disabled (文档 ID 432988.1) selinux 有3种模式: Enforcing (or known as enabled), Disabled or Permissive. Permissive mode loads the SELinux software, but doesnt enf

检查selinux状态的方法:

来源于:
How to Check whether SELinux is Enabled or Disabled (文档 ID 432988.1)

selinux 有3种模式:
Enforcing (or known as enabled), Disabled or Permissive.

Permissive mode loads the SELinux software, but doesn't enforce the rules, only logging is performed.

可以使用如下的命令来检查selinux的状态:

[root@servera ~]# uname -a
Linux servera 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 【本文来自鸿网互联 (http://www.68idc.cn)】x86_64 GNU/Linux
[root@servera ~]# sestatus
SELinux status:                 disabled
[root@servera ~]# getenforce
Disabled
[root@servera ~]#
登录后复制

若是放在程序中判断selinux的状态,请使用如下的命令:

[root@servera ~]# /usr/sbin/selinuxenabled; if [ $? -ne 0 ]; then echo "DISABLED"; else echo "ENABLED"; fi
DISABLED
登录后复制

 

 

相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板