I modified /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive - SELinux prints warnings instead of enforcing. # disabled - SELinux is fully disabled. SELINUX=disabled # SELINUXTYPE= type of policy in use. Possible values are: # targeted - Only targeted network daemons are protected. # strict - Full SELinux protection. SELINUXTYPE=targeted
I run chmod -R 755 /usr/share/qmailadmin/ Still doesn't work. Same errors... After I modified the selinux config do I have to restart something? On 10/19/05, Michael Hicks <[EMAIL PROTECTED]> wrote: > I also think you can check /etc/selinux/config to see if > SELINUX=disabled, which is what you want for ease of use. May also want > to make sure that you have chmod 755 on the cgi scripts run in /qmailadmin > > -Mike > > Jake Vickers wrote: > > > Do a 'rpm -q selinux' to see if it's installed or not. SELinux would > > stop applications from running over the Internet, and would have been > > turned on when you installed FC - somewhere with the firewall section > > there was an option to turn SELinux to ON,OFF,WARN. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
