Einzelnen Beitrag anzeigen
Alt 27.02.2006, 14:52   #9
Theodor
Newbie
 
Registriert seit: 08.05.2005
Alter: 57
Beiträge: 6


Blinzeln

How do I enable enforcing or permissive mode for SELinux?

Probiere das:

# getenforce
Enforcing
# setenforce 0
# getenforce
Permissive

oder edit: /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=enforcing
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
____________________________________
lg
Theo

Webhosting Austria http://www.webhostingaustria.at/
Theodor ist offline   Mit Zitat antworten