Isso acabou sendo um problema do selinux. Eu desativei e estava bem. Configuração completa abaixo.
Para aqueles que não estão no selinux (como eu até hoje), a configuração pode ser encontrada em:
/etc/selinux/config
Também pode ser desativado temporariamente assim:
echo 0 > /selinux/enforce
Configuração completa
[root@integration selinux]# cat config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.