To check SELinux directory permission you need to -z for example
ls -Z /var/www/html
If something is incorrect you can re-adjust some of the directory permission:
chcon -R -t httpd_sys_content_t /var/www/html
Ronald Pringadi's Technical Notes
Constantly Learning
To check SELinux directory permission you need to -z for example
ls -Z /var/www/html
If something is incorrect you can re-adjust some of the directory permission:
chcon -R -t httpd_sys_content_t /var/www/html