SELinux Configuration Notes
- main config file: /etc/selinux/config
- under fedora core 3 (at least), /etc/sysconfig/selinux is a symlink
- sample file:
# 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=strict
keywords: selinux,configuration,enable,disable
date: 03/15/2005