Displaying 9 results from an estimated 9 matches for "selunix".
2015 Jan 22
2
SELinux permissions for apache
>
> The easiest answer is to edit the Selinux config file. By default it is
> set to enforce, which really locks it down.
> cd /etc/selinux
> edit the config file and change SELUNIX=enforcing to SELUNIX=permissive
> Save the file and restart httpd, you should be fine..
Yeah dude, exactly. Except I actually do want to start using it. I've been
disabling SELINUX forever because I wasn't familiar with using it. I've
decided to change my tune on that this year and...
2015 Jan 22
2
SELinux permissions for apache
Hey Jeremy,
> Have you tried changing the folder where it's writing into with these
> lables? httpd_sys_content_rw_t or httpd_user_content_rw_t
Adding 'rw' to the command did the trick. I tried httpd_sys_content_rw_t and
that works fine! Thanks for the tip!
Tim
On Thu, Jan 22, 2015 at 1:19 PM, Jeremy Hoel <jthoel at gmail.com> wrote:
> Have you tried changing
2015 Jan 22
0
SELinux permissions for apache
...Jan 22, 2015 1:18 PM, "Tim Dunphy" <bluethundr at gmail.com> wrote:
> >
> > The easiest answer is to edit the Selinux config file. By default it is
> > set to enforce, which really locks it down.
> > cd /etc/selinux
> > edit the config file and change SELUNIX=enforcing to SELUNIX=permissive
> > Save the file and restart httpd, you should be fine..
>
>
> Yeah dude, exactly. Except I actually do want to start using it. I've been
> disabling SELINUX forever because I wasn't familiar with using it. I've
> decided to change m...
2015 Jan 22
0
SELinux permissions for apache
The easiest answer is to edit the Selinux config file. By default it is
set to enforce, which really locks it down.
cd /etc/selinux
edit the config file and change SELUNIX=enforcing to SELUNIX=permissive
Save the file and restart httpd, you should be fine..
john plemons
On 1/22/2015 1:36 PM, Tim Dunphy wrote:
> Hey Jeremy,
>
>
>
>> Have you tried changing the folder where it's writing into with these
>> lables? httpd_sys_content_rw_...
2016 Dec 28
1
Help with httpd userdir recovery
...ioned this already. What does
>
> $ getsebool httpd_enable_homedirs
>
>
# getsebool httpd_enable_homedirs
httpd_enable_homedirs --> on
This was mentioned earlier. One thing I did not mention was when I ran
the set command, I also got back the following which I have gotten on
all selunix changes:
# setsebool -P httpd_enable_homedirs on
[ 8192.799162] SELinux: Class binder not defined in policy.
[ 8192.804646] SELinux: the above unknown classes and permissions will
be allowed
Other than some SELinux guru pointing me to things to do, I will
probably have to wait until the C7-arm...
2016 Dec 28
2
Help with httpd userdir recovery
On 12/28/16, 3:09 PM, "CentOS on behalf of Robert Moskowitz" <centos-bounces at centos.org on behalf of rgm at htt-consult.com> wrote:
On 12/28/2016 06:05 PM, J Martin Rushton wrote:
>
> On 28/12/16 21:24, m.roth at 5-cent.us wrote:
>> Robert Moskowitz wrote:
>>>
>>> On 12/28/2016 03:32 PM, J Martin Rushton wrote:
>>>> On 28/12/16 20:11,
2016 Dec 28
0
Help with httpd userdir recovery
...ioned this already. What does
>
> $ getsebool httpd_enable_homedirs
>
>
# getsebool httpd_enable_homedirs
httpd_enable_homedirs --> on
This was mentioned earlier. One thing I did not mention was when I ran
the set command, I also got back the following which I have gotten on
all selunix changes:
# setsebool -P httpd_enable_homedirs on
[ 8192.799162] SELinux: Class binder not defined in policy.
[ 8192.804646] SELinux: the above unknown classes and permissions will
be allowed
Other than some SELinux guru pointing me to things to do, I will
probably have to wait until the C7-arm...
2005 Jun 24
4
File System Size Limits?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is there some limit on the size of a file system which can
be shared via samba? I'm trying to set up a file server
with a 100GB shared partition and it doesn't want to work.
I'm running Fedora Core 4, and Samba Version 3.0.14a-2.
The output from testparm looks like this:
[root@stitch samba]# testparm
Load smb config files from
2013 Mar 11
12
Postfix setup
Dear All
I am planning to setup mail server for my domain.
Which one is preferred postfix or sendmail.
I came across a link *
http://ostechnix.wordpress.com/2013/02/08/setup-mail-server-using-postfixdovecotsquirrelmail-in-centosrhelscientific-linux-6-3-step-by-step/
* for postfix mail setup.
It says,
Prerequisites:
- The mail server should contain a valid MX record in the DNS server.