selinux常用命令
1,檢視安全上下文
ls -Z
ps -Z
2,更改安全上下文
chcon -t tmp_t /etc/hosts
chcon -t public_content_rw_t /var/ftp/incoming
3,恢復系統的預設上下文
restorecon /etc/hosts
4,檢視和設定selinux級別
getenforce
setenforce
system-config-selinux
5,selinux幫助工具
安裝setroubleshootd
用sealert -b開啟這個圖形工具
6,selinux策略管理工具
列出檔案上下文
semanage fcontext -l | grep ftp
7,setroubleshoot client tool
檢視警告id
sealert -l 05d2769e-af58-4fc5-ac09-b32cdfb38222
8,設定SELinux布林值
setsebool -P ftpd_disable_trans=1
setsebool -P allow_ftpd_anon_write=1
9,get SELinux boolean value(s)
getsebool -a | grep ftp
10,檢視程式相關的selinux幫助
[root@station10 vsftpd]# man -k ftp | grep selinux
ftpd_selinux (8) - Security Enhanced Linux Policy for the ftp daemon
[root@station12 /]# man ftpd_selinux
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/312079/viewspace-1013861/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- SELinuxLinux
- SELinux: 如何讓selinux對某些命令放行,自定義selinux規則。Linux
- selinux控制Linux
- switch_selinux.sh | 開啟或禁用SELinuxLinux
- 檢視 SELinux狀態及關閉SELinuxLinux
- SELinux Introduce - SELinux技術簡介(轉)Linux
- 檢視selinux的狀態以及關閉selinuxLinux
- 淺析SELinuxLinux
- 關閉selinuxLinux
- SELinux tipsLinux
- 【資訊保安】SELinuxLinux
- SeLinux分析工具Linux
- SELinux如何永久禁用Linux
- SELinux簡單配置Linux
- SElinux配置與管理Linux
- SELinux 安全模型——TELinux模型
- 什麼是seLinux?Linux關閉seLinux有什麼影響?Linux
- Linux中selinux是什麼意思?SELinux的主要作用有哪些?Linux
- CentOS 8 禁用 SELinux 教程CentOSLinux
- selinux實戰手冊Linux
- Unable to load SELinux PolicyLinux
- RHEL5SELinux:AbenchmarkLinux
- 說說SELinux工作原則Linux
- SELinux has to be disabled on RHEL/OEL 5Linux
- 揭開SELinux的秘密(轉)Linux
- SELinux簡介和解決方法Linux
- 使用semanage管理SELinux安全策略Linux
- Linux——防火牆、SELinux規則Linux防火牆
- linux2unit10selinuxLinux
- Linux下selinux簡單梳理Linux
- SElinux的開啟和關閉Linux
- SElinux以及防火牆的關閉Linux防火牆
- centos:開啟和關閉selinuxCentOSLinux
- RHEL 6: semanage SELinux 命令找不到Linux
- SELinux策略語法以及示例策略Linux
- 搭建web伺服器的SElinux策略保護SElinux修改預設埠安全web服務Web伺服器Linux
- 如何使用semanage管理SELinux安全策略Linux
- Linux伺服器---關閉selinuxLinux伺服器