4.14. 在自定义端口上将 SELinux 配置为 Permit Content Synchronization
SELinux 允许在特定端口上访问 Satellite 进行内容同步。默认情况下,允许连接到在以下端口上运行的 Web 服务器: 80、81、443、488、8008、8009、8443 和 9000。
流程
在 Satellite 中,要验证 SELinux 对内容同步允许的端口,请输入以下命令:
# semanage port -l | grep ^http_port_t http_port_t tcp 80, 81, 443, 488, 8008, 8009, 8443, 9000
要将 SELinux 配置为允许内容同步端口,如 10011,请输入如下命令:
# semanage port -a -t http_port_t -p tcp 10011