Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/es/hardened/selinux: hb-using-install.xml
Date: Sat, 07 Apr 2012 19:10:39
Message-Id: 20120407191030.98F252004B@flycatcher.gentoo.org
1 nimiux 12/04/07 19:10:30
2
3 Modified: hb-using-install.xml
4 Log:
5 Add in reference to sandbox write requirement on /sys/fs/selinux/context until fix in upstream is stabilized
6
7 Revision Changes Path
8 1.8 xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?r1=1.7&r2=1.8
13
14 Index: hb-using-install.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- hb-using-install.xml 29 Mar 2012 17:29:21 -0000 1.7
21 +++ hb-using-install.xml 7 Apr 2012 19:10:30 -0000 1.8
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/es/hardened/selinux/hb-using-install.xml,v 1.7 2012/03/29 17:29:21 nimiux Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml,v 1.8 2012/04/07 19:10:30 nimiux Exp $ -->
28
29 <sections>
30 -<version>17</version>
31 -<date>2012-01-29</date>
32 +<version>18</version>
33 +<date>2012-04-05</date>
34
35 <section>
36 <title>Instalar Gentoo (Hardened)</title>
37 @@ -288,6 +288,10 @@
38 </p>
39
40 <ul>
41 + <!--
42 + TODO When 2.20120215-r5 or higher is stabilized, the LVM change is not
43 + needed anymore
44 + -->
45 <li>
46 Si utiliza LVM para uno o más de sus sistemas de ficheros, necesitará
47 editar <path>/lib/rcscripts/addons/lvm-start.sh</path>
48 @@ -306,6 +310,16 @@
49 etiquetado de ficheros. Por ejemplo, puede hacer
50 <c>cp /bin/hostname /bin/hostname.old</c>.
51 </li>
52 + <!--
53 + TODO When the fix is accepted in the portage code and that portage version is
54 + stabilized, the change is not needed anymore.
55 + -->
56 + <li>
57 + Edite <path>/etc/sandbox.conf</path> y añada
58 + <path>/sys/fs/selinux/context</path> al parámetro <c>SANDBOX_WRITE</c>.
59 + Esto es necesario actualmente para evitar la incidencia
60 + <uri link="https://bugs.gentoo.org/410687">410687</uri>.
61 + </li>
62 </ul>
63
64 </body>