Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/hardened/selinux: hb-intro-concepts.xml
Date: Tue, 30 Oct 2012 19:56:18
Message-Id: 20121030195556.73A5B21600@flycatcher.gentoo.org
1 swift 12/10/30 19:55:56
2
3 Modified: hb-intro-concepts.xml
4 Log:
5 Add info on policy versions 27 and 28
6
7 Revision Changes Path
8 1.10 xml/htdocs/proj/en/hardened/selinux/hb-intro-concepts.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-intro-concepts.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-intro-concepts.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-intro-concepts.xml?r1=1.9&r2=1.10
13
14 Index: hb-intro-concepts.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-intro-concepts.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- hb-intro-concepts.xml 29 Apr 2012 14:26:40 -0000 1.9
21 +++ hb-intro-concepts.xml 30 Oct 2012 19:55:56 -0000 1.10
22 @@ -4,11 +4,11 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-intro-concepts.xml,v 1.9 2012/04/29 14:26:40 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-intro-concepts.xml,v 1.10 2012/10/30 19:55:56 swift Exp $ -->
28
29 <sections>
30 -<version>6</version>
31 -<date>2012-04-29</date>
32 +<version>7</version>
33 +<date>2012-10-30</date>
34
35 <section>
36 <title>Introduction</title>
37 @@ -847,7 +847,9 @@
38 <p>
39 Every time functionalities or capabilities are added which require
40 changes to the internal structure of the compiled policy, this version is
41 -incremented. The following is an overview of the policy versions' history.
42 +incremented. The following is an overview of the policy versions' history,
43 +basically translated from the <path>security/selinux/include/security.h</path>
44 +file in the Linux kernel.
45 </p>
46
47 <dl>
48 @@ -877,6 +879,10 @@
49 <dd>Filename based transition support (2.6.39)</dd>
50 <dt>Version 26</dt>
51 <dd>Role transition support for non-process classes (3.0)</dd>
52 + <dt>Version 27</dt>
53 + <dd>Support flexible inheritance of user and role for newly created objects (3.5)</dd>
54 + <dt>Version 28</dt>
55 + <dd>Support flexible inheritance of type for newly created objects (3.5)</dd>
56 </dl>