檢視selinux的狀態以及關閉selinux
檢視selinux的狀態:
[root@rac1 ~]# getenforce
Disabled
[root@rac1 ~]# sestatus
SELinux status: disabled
[root@rac1 ~]#
修改selinux為disabled(禁用),重啟後此修改生效
[root@rac1 ~]# cat /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted[@more@]
[root@rac1 ~]# getenforce
Disabled
[root@rac1 ~]# sestatus
SELinux status: disabled
[root@rac1 ~]#
修改selinux為disabled(禁用),重啟後此修改生效
[root@rac1 ~]# cat /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1054701/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 使用sestatus命令來檢視SELinux的當前狀態Linux
- 什麼是seLinux?Linux關閉seLinux有什麼影響?Linux
- cmd 檢視防火牆狀態以及關閉防火牆
- Linux伺服器---關閉selinuxLinux伺服器
- Linux 臨時和永久關閉 SelinuxLinux
- Linux系統開啟或關閉SELinux。Linux
- linux修改主機名、關閉防火牆、selinuxLinux防火牆
- SELinux: 如何讓selinux對某些命令放行,自定義selinux規則。Linux
- SELinux策略語法以及示例策略Linux
- switch_selinux.sh | 開啟或禁用SELinuxLinux
- Linux中selinux是什麼意思?SELinux的主要作用有哪些?Linux
- Centos7.2 上防火牆的狀態檢視和關閉CentOS防火牆
- SELinux如何永久禁用Linux
- SELinux 安全模型——TELinux模型
- SELinux的安全上下文Linux
- CentOS 8 禁用 SELinux 教程CentOSLinux
- Android SELinux許可權AndroidLinux
- CentOS8檢視防火牆狀態,開啟/關閉防火牆CentOS防火牆
- SELinux簡介和解決方法Linux
- Linux——防火牆、SELinux規則Linux防火牆
- 說說SELinux工作原則Linux
- 檢視spark程式執行狀態以及安裝sparkSpark
- 使用semanage管理SELinux安全策略Linux
- GitLab 的元件狀態檢視Gitlab元件
- openguass 3.1.0 資料庫啟動,關閉,狀態檢查資料庫
- 如何使用semanage管理SELinux安全策略Linux
- Linux系統下安全控制策略SELinux解析Linux
- linux系統中 SElinux安全子系統Linux
- CentOS 7.5 modify the sshd port with SElinux and Firewalld Service runningCentOSLinux
- 基於linux下的selinux強制訪問控制Linux
- 檢視BW執行狀態
- Ubuntu 埠檢視及關閉Ubuntu
- SELinux是什麼?其主要工作模式都有哪些?Linux模式
- Kylin系統檢視firewalld狀態
- firewalld:檢視版本/幫助/狀態
- 3.4.4 檢視例項的靜默狀態
- 通過Python檢視Azure VM的狀態Python
- 檢視使用 MySQL Shell 的連線狀態MySql
- mysql檢視主從同步狀態的方法MySql主從同步