Gentoo Archives: gentoo-commits

From: "Lukasz Damentko (rane)" <rane@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/pl/hardened/selinux: hb-selinux-conv-reboot2.xml
Date: Thu, 17 Jan 2008 00:26:27
Message-Id: E1JFIaB-0004mT-Bb@stork.gentoo.org
1 rane 08/01/17 00:26:11
2
3 Modified: hb-selinux-conv-reboot2.xml
4 Log:
5 -> 1.9
6
7 Revision Changes Path
8 1.7 xml/htdocs/proj/pl/hardened/selinux/hb-selinux-conv-reboot2.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/pl/hardened/selinux/hb-selinux-conv-reboot2.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/pl/hardened/selinux/hb-selinux-conv-reboot2.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/pl/hardened/selinux/hb-selinux-conv-reboot2.xml?r1=1.6&r2=1.7
13
14 Index: hb-selinux-conv-reboot2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/pl/hardened/selinux/hb-selinux-conv-reboot2.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- hb-selinux-conv-reboot2.xml 26 Sep 2007 09:45:36 -0000 1.6
21 +++ hb-selinux-conv-reboot2.xml 17 Jan 2008 00:26:10 -0000 1.7
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/pl/hardened/selinux/hb-selinux-conv-reboot2.xml,v 1.6 2007/09/26 09:45:36 rane Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/pl/hardened/selinux/hb-selinux-conv-reboot2.xml,v 1.7 2008/01/17 00:26:10 rane 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>
36 <title>Instalowanie pakietów SELinux</title>
37 @@ -23,13 +23,19 @@
38
39 <pre caption="Instalowanie podstawowych pakietów SELinux oraz polityki">
40 # <i>emerge libselinux checkpolicy policycoreutils</i>
41 -# <i>emerge selinux-base-policy</i>
42 +# <i>FEATURES=-selinux emerge selinux-base-policy</i>
43
44 # <i>cd /etc/security/selinux/src/policy</i>
45 <comment>Teraz należy załadować daną wersję polityki, jeśli zachodzi taka potrzeba</comment>
46 # <i>make load</i>
47 </pre>
48
49 +<note>
50 +To jedyny przypadek kiedy należy dodawać zmienną "FEATURES=-selinux" przed
51 +poleceniem emerge. Jest to wymagane do pierwszej instalacji selinux-base-policy,
52 +ponieważ bez policycoreutils i selinux-base-policy instalacja ta się nie uda.
53 +</note>
54 +
55 </body>
56 </subsection>
57 </section>
58 @@ -95,8 +101,8 @@
59 !!! 'module' object has no attribute 'secure_rename' lub AttributeError:
60 'module' object has no attribute 'getcontext'. Jest to błąd portage wywołany
61 brakiem portage-selinux. Błędu tego możemy się pozbyć instalując
62 -portage-selinux przy pomocy polecenia "USE=-selinux emerge python-selinux".
63 -Więcej informacji znajdziemy w raportcie błędu <uri
64 +portage-selinux przy pomocy polecenia "FEATURES=-selinux USE=-selinux emerge
65 +python-selinux". Więcej informacji znajdziemy w raportcie błędu <uri
66 link="http://bugs.gentoo.org/show_bug.cgi?id=122517">#122517</uri>.
67 </note>
68
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list