Gentoo Archives: gentoo-commits

From: "Chris PeBenito (pebenito)" <pebenito@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/hardened/selinux: hb-selinux-conv-reboot2.xml
Date: Fri, 11 Jan 2008 15:59:26
Message-Id: E1JDMHz-0005UQ-9p@stork.gentoo.org
1 pebenito 08/01/11 15:59:23
2
3 Modified: hb-selinux-conv-reboot2.xml
4 Log:
5 fix selinux quickstart for base policy merge.
6
7 Revision Changes Path
8 1.9 xml/htdocs/proj/en/hardened/selinux/hb-selinux-conv-reboot2.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-selinux-conv-reboot2.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-selinux-conv-reboot2.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-selinux-conv-reboot2.xml?r1=1.8&r2=1.9
13
14 Index: hb-selinux-conv-reboot2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-selinux-conv-reboot2.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- hb-selinux-conv-reboot2.xml 23 Jul 2007 02:34:30 -0000 1.8
21 +++ hb-selinux-conv-reboot2.xml 11 Jan 2008 15:59:22 -0000 1.9
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-selinux-conv-reboot2.xml,v 1.8 2007/07/23 02:34:30 pebenito Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-selinux-conv-reboot2.xml,v 1.9 2008/01/11 15:59:22 pebenito Exp $ -->
28
29 <sections>
30 -<version>2.0</version>
31 -<date>2007-07-22</date>
32 +<version>2.1</version>
33 +<date>2008-01-11</date>
34
35 <section><title>Merge SELinux Packages</title>
36 <subsection>
37 @@ -19,8 +19,12 @@
38
39 <pre caption="Merge base SELinux packages and policy">
40 # <i>emerge checkpolicy policycoreutils</i>
41 -# <i>emerge selinux-base-policy</i>
42 +# <i>FEATURES=-selinux emerge selinux-base-policy</i>
43 </pre>
44 +<note>
45 +The "FEATURES=-selinux" part of the emerge command should only be used on the above command.
46 +It is required to merge selinux-base-policy (only for the first time) as the portage SELinux features require both policycoreutils and selinux-base-policy otherwise portage will fail.
47 +</note>
48 </body></subsection>
49 </section>
50
51 @@ -76,7 +80,7 @@
52 !!! 'module' object has no attribute 'secure_rename' or
53 AttributeError: 'module' object has no attribute 'getcontext', this is
54 a portage bug, where it can't handle a missing python-selinux. Merge it
55 - with "USE=-selinux emerge python-selinux" to fix the problem. See
56 + with "FEATURES=-selinux emerge python-selinux" to fix the problem. See
57 bug <uri link="http://bugs.gentoo.org/show_bug.cgi?id=122517">#122517</uri>
58 for more information.
59 </note>
60
61
62
63 --
64 gentoo-commits@l.g.o mailing list