Displaying 2 results from an estimated 2 matches for "wiaht".
Did you mean:
waht
2015 Dec 23
4
C7 apache file access
...1
Access: (0664/-rw-rw-r--) Uid: ( 1000/ rgm) Gid: ( 1000/ rgm)
Context: system_u:object_r:unlabeled_t:s0
Access: 2015-12-18 06:54:01.000000000 -0500
Modify: 2015-12-18 06:54:01.000000000 -0500
Change: 2015-12-23 13:56:57.273824913 -0500
Birth: -
Notice the difference with Context. Wiaht is this
httpd_user_content_t? Why on files I create on this system and not
those I cp from a USB drive? And is this the problem or something else?
thanks
2015 Dec 24
0
C7 apache file access
On 12/23/2015 11:15 AM, Robert Moskowitz wrote:
> Wiaht is this httpd_user_content_t?
That is an selinux context which httpd is allowed to access. It is
defined as the label for files matching the regex
/home/[^/]*/((www)|(web)|(public_html))(/.+)? in
/etc/selinux/targeted/contexts/files/
"restorecon" can be used to reset contexts to tho...