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: Wed, 16 Dec 2009 01:14:45
Message-Id: E1NKiTS-0002TW-Eh@stork.gentoo.org
1 pebenito 09/12/16 01:14:42
2
3 Modified: hb-selinux-conv-reboot2.xml
4 Log:
5 fix bug #282052 to add --oneshot usage.
6
7 Revision Changes Path
8 1.10 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.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-selinux-conv-reboot2.xml?rev=1.10&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.9&r2=1.10
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.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- hb-selinux-conv-reboot2.xml 11 Jan 2008 15:59:22 -0000 1.9
21 +++ hb-selinux-conv-reboot2.xml 16 Dec 2009 01:14:42 -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-selinux-conv-reboot2.xml,v 1.9 2008/01/11 15:59:22 pebenito Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/hardened/selinux/hb-selinux-conv-reboot2.xml,v 1.10 2009/12/16 01:14:42 pebenito Exp $ -->
28
29 <sections>
30 -<version>2.1</version>
31 -<date>2008-01-11</date>
32 +<version>2.2</version>
33 +<date>2009-12-15</date>
34
35 <section><title>Merge SELinux Packages</title>
36 <subsection>
37 @@ -18,8 +18,8 @@
38 for more information on policy versions. Then load the policy.</p>
39
40 <pre caption="Merge base SELinux packages and policy">
41 -# <i>emerge checkpolicy policycoreutils</i>
42 -# <i>FEATURES=-selinux emerge selinux-base-policy</i>
43 +# <i>emerge -1 checkpolicy policycoreutils</i>
44 +# <i>FEATURES=-selinux emerge -1 selinux-base-policy</i>
45 </pre>
46 <note>
47 The "FEATURES=-selinux" part of the emerge command should only be used on the above command.
48 @@ -73,7 +73,7 @@
49 file contexts.
50 </p>
51 <pre caption="Remerge Packages">
52 -# <i>emerge sysvinit pam coreutils findutils openssh procps psmisc shadow util-linux python-selinux</i>
53 +# <i>emerge -1 sysvinit pam coreutils findutils openssh procps psmisc shadow util-linux python-selinux</i>
54 </pre>
55 <note>
56 If you find that you can't use portage due to a errors like these:
57 @@ -121,7 +121,7 @@
58 # <i>ls /usr/portage/sec-policy</i>
59 <comment>(many directories listed)</comment>
60
61 -# <i>emerge selinux-apache selinux-bind</i>
62 +# <i>emerge -1 selinux-apache selinux-bind</i>
63 </pre>
64 </body></subsection>
65 </section>