From mboxrd@z Thu Jan 1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
by finch.gentoo.org with esmtp (Exim 4.60)
(envelope-from )
id 1PtGWa-0005n6-BC
for garchives@archives.gentoo.org; Sat, 26 Feb 2011 09:33:16 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id A7951E0138;
Sat, 26 Feb 2011 09:33:09 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id 7A40EE0138
for ; Sat, 26 Feb 2011 09:33:09 +0000 (UTC)
Received: from pelican.gentoo.org (unknown [66.219.59.40])
(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id 8EB501B412E
for ; Sat, 26 Feb 2011 09:33:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
by pelican.gentoo.org (Postfix) with ESMTP id B46B88006A
for ; Sat, 26 Feb 2011 09:33:06 +0000 (UTC)
From: "Sven Vermeulen"
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen"
Message-ID: <3f79440f821f821a4bfadb27bfb200cd999ad278.SwifT@gentoo>
Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/
X-VCS-Repository: proj/hardened-docs
X-VCS-Files: xml/selinux-policy.xml
X-VCS-Directories: xml/
X-VCS-Committer: SwifT
X-VCS-Committer-Name: Sven Vermeulen
X-VCS-Revision: 3f79440f821f821a4bfadb27bfb200cd999ad278
Date: Sat, 26 Feb 2011 09:33:06 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt:
X-Archives-Hash: a8fdca03dac4ff6deb78b1272477e300
commit: 3f79440f821f821a4bfadb27bfb200cd999ad278
Author: Sven Vermeulen siphos be>
AuthorDate: Sat Feb 26 09:32:59 2011 +0000
Commit: Sven Vermeulen siphos be>
CommitDate: Sat Feb 26 09:32:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-docs=
.git;a=3Dcommit;h=3D3f79440f
Add reason why selinux-modname is chosen as naming convention
---
xml/selinux-policy.xml | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/xml/selinux-policy.xml b/xml/selinux-policy.xml
index b2532ef..c9d5218 100644
--- a/xml/selinux-policy.xml
+++ b/xml/selinux-policy.xml
@@ -19,8 +19,8 @@ Gentoo Hardened in order to consistenly develop its sec=
urity policy rules.
=20
-2
-2011-02-21
+3
+2011-02-26
=20
Principles
@@ -242,6 +242,13 @@ not the Gentoo package for which the policy would be=
implemented). The name
should use the sec-policy/selinux-<modname> syntax.
=20
+
+By using the upstream module name, we ensure that no collisions occur
+(neither package name collisions as well as file collisions during=20
+installations) and follow upstream strictly. It also keeps the naming
+of the packages clean.
+
+