Gentoo Archives: gentoo-commits

From: Sven Vermeulen <sven.vermeulen@××××××.be>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/
Date: Mon, 21 Feb 2011 21:55:00
Message-Id: 4fc5e1f497ac1d2209f186685ebfba7f2a9da950.SwifT@gentoo
1 commit: 4fc5e1f497ac1d2209f186685ebfba7f2a9da950
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Mon Feb 21 21:54:39 2011 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Mon Feb 21 21:54:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=4fc5e1f4
7
8 Add naming convention
9
10 ---
11 xml/selinux-policy.xml | 19 +++++++++++++++++--
12 1 files changed, 17 insertions(+), 2 deletions(-)
13
14 diff --git a/xml/selinux-policy.xml b/xml/selinux-policy.xml
15 index d97121b..b2532ef 100644
16 --- a/xml/selinux-policy.xml
17 +++ b/xml/selinux-policy.xml
18 @@ -19,8 +19,8 @@ Gentoo Hardened in order to consistenly develop its security policy rules.
19 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
20 <license/>
21
22 -<version>1</version>
23 -<date>2011-01-21</date>
24 +<version>2</version>
25 +<date>2011-02-21</date>
26
27 <chapter>
28 <title>Principles</title>
29 @@ -230,4 +230,19 @@ managed and maintained by the reference policy.
30 </body>
31 </section>
32 </chapter>
33 +<chapter>
34 +<title>SELinux Packages</title>
35 +<section>
36 +<title>Name SELinux Policy Packages After Their Module</title>
37 +<body>
38 +
39 +<p>
40 +SELinux policy packages should be called after the module they implement (and
41 +not the Gentoo package for which the policy would be implemented). The name
42 +should use the <path>sec-policy/selinux-&lt;modname&gt;</path> syntax.
43 +</p>
44 +
45 +</body>
46 +</section>
47 +</chapter>
48 </guide>