Re: Removing obsolete selinux setup

2015-01-21 Thread Daniel J Walsh
On 01/18/2015 04:58 PM, Pete Stieber wrote: > I received an answer that worked on the fedora forums. > > 1. Edit the file > /etc/selinux/targeted/modules/active/file_contexts.local and > comment/fix the wrong contexts. > > In my case this meant changing httpd_mediawiki_rw_content_t to > mediawiki_

Re: Removing obsolete selinux setup

2015-01-18 Thread Pete Stieber
I received an answer that worked on the fedora forums. 1. Edit the file /etc/selinux/targeted/modules/active/file_contexts.local and comment/fix the wrong contexts. In my case this meant changing httpd_mediawiki_rw_content_t to mediawiki_rw_content_t. Then I used # semanage fcontext -a -t

Re: Removing obsolete selinux setup

2015-01-16 Thread Pete Stieber
On 01/16/2015 12:19 PM, PS = Pete Stieber wrote: PS>> I have a machine that has dokuwiki loaded. PS>> In order to get it to work with selinux, I PS>> followed some advice that was on: PS>> PS>> https://www.dokuwiki.org/install:fedora PS>> PS>> to allow apache to edit some files: PS>> PS>> semanage

Re: Removing obsolete selinux setup

2015-01-16 Thread Daniel J Walsh
On 01/16/2015 12:19 PM, Pete Stieber wrote: > I have a machine that has dokuwiki loaded. In order to get it to work > with selinux, I followed some advice that was on: > > https://www.dokuwiki.org/install:fedora > > to allow apache to edit some files: > > semanage fcontext -a -t httpd_mediawiki_r

Removing obsolete selinux setup

2015-01-16 Thread Pete Stieber
I have a machine that has dokuwiki loaded. In order to get it to work with selinux, I followed some advice that was on: https://www.dokuwiki.org/install:fedora to allow apache to edit some files: semanage fcontext -a -t httpd_mediawiki_rw_content_t '/etc/dokuwiki' restorecon -v '/etc/dokuwiki