Displaying 4 results from an estimated 4 matches for "selinuxutil".
2017 Apr 30
3
selinux problem policies
...ntent_t "/var/www/html(/.*)?/
typo3conf(/.*)?"
I have more instances from typo3
I found this construct in the selinux policies
"/var/www/html(/.*)?/uploads(/.*)?"
but my is not working ?
and I have only errors?
neverallow check failed at /etc/selinux/targeted/tmp/modules/100/selinuxutil/
cil:244
(neverallow selinuxutil_typeattr_1 semanage_store_t (file (relabelto)))
<root>
allow at /etc/selinux/targeted/tmp/modules/100/selinuxutil/cil:675
(allow restorecond_t non_auth_file_type (file (getattr relabelfrom
relabelto)))
<root>
allow at /etc/selinu...
2017 May 01
2
selinux problem policies
...onf(/.*)?"
>
> OK. Did you get an error?
I have only Errors ;-).
when I like to set this Rule ?
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html(/.*)?/
typo3conf(/.*)?"
This Errors are displayd ?
neverallow check failed at /etc/selinux/targeted/tmp/modules/100/selinuxutil/
cil:244
(neverallow selinuxutil_typeattr_1 semanage_store_t (file (relabelto)))
<root>
allow at /etc/selinux/targeted/tmp/modules/100/selinuxutil/cil:675
(allow restorecond_t non_auth_file_type (file (getattr relabelfrom
relabelto)))
<root>
allow at /etc/selinu...
2017 Apr 30
0
selinux problem policies
...er setting context rules, you can "restorecon -R -v /var/www/html/"
to fix the labels of any existing files. You can see their current
labels using "ls -lZ /var/www/html".
> and I have only errors?
>
> neverallow check failed at /etc/selinux/targeted/tmp/modules/100/selinuxutil/
> cil:244
When do you see that error?
2017 May 01
0
selinux problem policies
...4/30/2017 07:24 PM, G?nther J. Niederwimmer wrote:
> when I like to set this Rule ?
> semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/html(/.*)?/
> typo3conf(/.*)?"
>
> This Errors are displayd ?
> neverallow check failed at /etc/selinux/targeted/tmp/modules/100/selinuxutil/
> cil:244
I see, now. What happens if you run "find /etc/selinux/targeted/tmp"?
I'm not sure if you're getting an error because a tmp file was left
behind earlier, or because something is wrong with the command you're
running.