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: Sat, 26 Feb 2011 09:33:16
Message-Id: 3f79440f821f821a4bfadb27bfb200cd999ad278.SwifT@gentoo
1 commit: 3f79440f821f821a4bfadb27bfb200cd999ad278
2 Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
3 AuthorDate: Sat Feb 26 09:32:59 2011 +0000
4 Commit: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
5 CommitDate: Sat Feb 26 09:32:59 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=3f79440f
7
8 Add reason why selinux-modname is chosen as naming convention
9
10 ---
11 xml/selinux-policy.xml | 11 +++++++++--
12 1 files changed, 9 insertions(+), 2 deletions(-)
13
14 diff --git a/xml/selinux-policy.xml b/xml/selinux-policy.xml
15 index b2532ef..c9d5218 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>2</version>
23 -<date>2011-02-21</date>
24 +<version>3</version>
25 +<date>2011-02-26</date>
26
27 <chapter>
28 <title>Principles</title>
29 @@ -242,6 +242,13 @@ not the Gentoo package for which the policy would be implemented). The name
30 should use the <path>sec-policy/selinux-&lt;modname&gt;</path> syntax.
31 </p>
32
33 +<p>
34 +By using the upstream module name, we ensure that no collisions occur
35 +(neither package name collisions as well as file collisions during
36 +installations) and follow upstream strictly. It also keeps the naming
37 +of the packages clean.
38 +</p>
39 +
40 </body>
41 </section>
42 </chapter>