Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 - 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=enforcing
8
# SELINUXTYPE= can take one of these two values:
9
#     targeted - Targeted processes are protected,
10
#     mls - Multi Level Security protection.
11
SELINUXTYPE=targeted
12
 
13