2.4.4. Changing port numbers
Run the semanage port -l | grep -w http_port_t command as the root user to list the ports SELinux allows httpd to listen on.
Httpd SELinux Port
Httpd SELinux Port. 查詢 http_port_t ,8989 port 不是httpd 程序允許訪問的port。 [root@kvm7 html]# semanage port -l | grep -w http_port http_port_t tcp 80, 81 ...
SELinux 基本用法
semanage 範例二:添加httpd 程序允許訪問的port。 [root@kvm7 ~]# semanage port -l | grep ^http_port http_port_t tcp 80, 81, 443, 488, 8008, 8009, 8443, 9000 ...
CentOS7 ssh 的問題 - iT 邦幫忙:
看過相關的設定問題防火牆關閉了. 使用netstat -ant 沒有port22 但使用semanage port -l | grep ssh 卻有顯示22. 還是出現Connection refused
8 SELinux相關設定 - JunWu
... semanage port -l|grep ssh ssh_port_t tcp 22. 如果你有仔細查看ssh設定檔應該會發現,其實SELinux變更連接埠的設定早就寫在裡面啦! # If you want to change the port ...
第三章、SELinux 初探
所以,未來想要找某個非正規埠口來練習時,還是得要先用底下的方法確認,不要使用已記載的埠口為佳! 『semanage port -l | grep 538』(結果沒出現任何訊息,該埠口才好應用!).
使用semanage管理SELinux安全策略
Semanage是用于配置SELinux策略某些元素而无需修改或重新编译策略源的工具。 这包括将Linux用户名映射到SELinux用户身份以及对象(如网络端口,接口和主机) ...