Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-base/files: config
Date: Sat, 31 Mar 2012 12:41:17
Message-Id: 20120331122927.6204020060@flycatcher.gentoo.org
1 swift 12/03/31 12:29:27
2
3 Added: config
4 Log:
5 Pushing out 2.20120215 SELinux policies
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sec-policy/selinux-base/files/config
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base/files/config?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base/files/config?rev=1.1&content-type=text/plain
14
15 Index: config
16 ===================================================================
17 # This file controls the state of SELinux on the system on boot.
18
19 # SELINUX can take one of these three values:
20 # enforcing - SELinux security policy is enforced.
21 # permissive - SELinux prints warnings instead of enforcing.
22 # disabled - No SELinux policy is loaded.
23 SELINUX=permissive
24
25 # SELINUXTYPE can take one of these four values:
26 # targeted - Only targeted network daemons are protected.
27 # strict - Full SELinux protection.
28 # mls - Full SELinux protection with Multi-Level Security
29 # mcs - Full SELinux protection with Multi-Category Security
30 # (mls, but only one sensitivity level)
31 SELINUXTYPE=strict