1. the simplest way is
setenforce 0
2. but make it: check the ports
semanage port -l | grep syslog
3. add the proper port
semanage port -m -t syslogd_port_t -p tcp 514
1. the simplest way is
setenforce 0
2. but make it: check the ports
semanage port -l | grep syslog
3. add the proper port
semanage port -m -t syslogd_port_t -p tcp 514