8.3.6. Raw Audit Messages
An incorrect file type is a common cause for SELinux denying access. To start troubleshooting, compare the source context (scontext
) with the target context (tcontext
). Should the process (scontext
) be accessing such an object (tcontext
)? For example, the Apache HTTP Server (httpd_t
) should only be accessing types specified in the httpd_selinux(8) manual page, such as httpd_sys_content_t
, public_content_t
, and so on, unless configured otherwise.