Hello,
I followed the installation documentation and the secure your platform one after this and got this SELinux denied messages when enabling + rebooting system:
# ausearch -m AVC,USER_AVC -ts today
----
time->Wed Jan 21 03:16:44 2026
type=PROCTITLE msg=audit(1768961804.174:44): proctitle=7068702D66706D3A206D61737465722070726F6365737320282F6574632F7068702D66706D2E636F6E6629
type=SYSCALL msg=audit(1768961804.174:44): arch=c000003e syscall=49 success=no exit=-13 a0=7 a1=55b1b7e54db0 a2=10 a3=7ffdab10a764 items=0 ppid=1 pid=924 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="php-fpm" exe="/usr/sbin/php-fpm" subj=system_u:system_r:httpd_t:s0 key=(null)
type=AVC msg=audit(1768961804.174:44): avc: denied { name_bind } for pid=924 comm="php-fpm" src=9042 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket permissive=0
----
time->Wed Jan 21 03:17:38 2026
type=PROCTITLE msg=audit(1768961858.947:80): proctitle=2F7573722F7362696E2F6874747064002D44464F524547524F554E44
type=SYSCALL msg=audit(1768961858.947:80): arch=c000003e syscall=42 success=no exit=-13 a0=e a1=7fed90042238 a2=10 a3=7fed969f57dc items=0 ppid=920 pid=1136 auid=4294967295 uid=48 gid=48 euid=48 suid=48 fsuid=48 egid=48 sgid=48 fsgid=48 tty=(none) ses=4294967295 comm="httpd" exe="/usr/sbin/httpd" subj=system_u:system_r:httpd_t:s0 key=(null)
type=AVC msg=audit(1768961858.947:80): avc: denied { name_connect } for pid=1136 comm="httpd" dest=9042 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket permissive=0
----
time->Wed Jan 21 03:18:38 2026
type=PROCTITLE msg=audit(1768961918.946:134): proctitle=2F7573722F7362696E2F6874747064002D44464F524547524F554E44
type=SYSCALL msg=audit(1768961918.946:134): arch=c000003e syscall=42 success=no exit=-13 a0=e a1=7fed90042238 a2=10 a3=7fed961f47dc items=0 ppid=920 pid=1136 auid=4294967295 uid=48 gid=48 euid=48 suid=48 fsuid=48 egid=48 sgid=48 fsgid=48 tty=(none) ses=4294967295 comm="httpd" exe="/usr/sbin/httpd" subj=system_u:system_r:httpd_t:s0 key=(null)
type=AVC msg=audit(1768961918.946:134): avc: denied { name_connect } for pid=1136 comm="httpd" dest=9042 scontext=system_u:system_r:httpd_t:s0 tcontext=system_u:object_r:unreserved_port_t:s0 tclass=tcp_socket permissive=0After audit2allow -a Its all working fine. Just wanted to let you know.
