192 |
- |
1 |
|
|
|
2 |
# This file controls the state of SELinux on the system.
|
|
|
3 |
# SELINUX= can take one of these three values:
|
|
|
4 |
# enforcing - SELinux security policy is enforced.
|
|
|
5 |
# permissive - SELinux prints warnings instead of enforcing.
|
|
|
6 |
# disabled - No SELinux policy is loaded.
|
|
|
7 |
SELINUX=permissive
|
|
|
8 |
# SELINUXTYPE= can take one of these three values:
|
|
|
9 |
# targeted - Targeted processes are protected,
|
|
|
10 |
# minimum - Modification of targeted policy. Only selected processes are protected.
|
|
|
11 |
# mls - Multi Level Security protection.
|
|
|
12 |
SELINUXTYPE=targeted
|
|
|
13 |
|
|
|
14 |
|