1.查询到 /etc/vsftpd/vsftpd.conf的默认档案目录
ls -Z /etc/vsftpd/vsftpd.conf
system_ubject_r:etc_t:s0 /etc/vsftpd/vsftpd.conf 2./etc/vsftpd/vsftpd.conf的档案目录已修改
ls -Z /etc/vsftpd/vsftpd.conf
system_ubject_r:var_t:s0 /etc/vsftpd/vsftpd.conf 3./etc/vsftpd/vsftpd.conf恢复到之前的档案目录
ls -Z /etc/vsftpd/vsftpd.conf
system_ubject_r:etc_t:s0 /etc/vsftpd/vsftpd.conf
4.查询到默认使用的http端口
#semanage port -l | grep http_port_t
http_port_t tcp 80, 81, 443, 488, 8008, 8009, 8443, 9000
pegasus_http_port_t tcp 5988
6. http_port_t新增了82端口
# semanage port -l | grep http_port_t
http_port_t tcp 82, 80, 81, 443, 488, 8008, 8009, 8443, 9000
pegasus_http_port_t tcp 5988