Re: SELinux Permission for download a file.

Paul Howarth <[email protected]>
Newsgroups gmane.linux.redhat.fedora.selinux
Message-ID <[email protected]>
On Tue, 6 Oct 2020 20:31:41 +0000 (UTC)
Jason Long <[email protected]> wrote:

> Hello,
> I created a file under of my root website and when I want to download
> it then:
> 
> # wget https://URL.com/file.txt
> --2020-10-06 23:53:22--  https://URL.com/file.txt
> Resolving URL.com (URL.com)... 80.253.145.77
> Connecting to URL.com (URL.com)|80.253.145.77|:443... connected.
> HTTP request sent, awaiting response... 403 Forbidden
> 2020-10-06 23:53:22 ERROR 403: Forbidden.
> 
> The SELinux label of file is:
> 
> -rwxr-xr-x.  1 apache apache unconfined_u:object_r:user_home_t:s0
>      95849 Oct  6 23:51 file.txt
> 
> How can I solve it?

Simplest way is probably to label the file with a suitable context type
that the web server can read, e.g. httpd_sys_content_t

chcon -t httpd_sys_content_t /path/to/file.txt

Paul.
_______________________________________________
selinux mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.