Backup not working

Re: Backup still not working

by HJWUCGA INC. -
Number of replies: 0
James,

It's not in the httpd folder

To disable immediately (command line) run:

setenforce 0

To disable after reboot
grey_loader.gif
edit the file /etc/selinux/conf:

SELINUX=disabled

Save it and reboot.

You can also append the following to your kernel line in grub

selinux=0