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-changes.xml hb-using-install.xml
Date: Tue, 27 Aug 2013 10:41:55
Message-Id: 20130827104152.14D892004C@flycatcher.gentoo.org
1 nimiux 13/08/27 10:41:52
2
3 Modified: hb-using-changes.xml hb-using-install.xml
4 Log:
5 Modifying users uses -m, not -a - thanks to amade@#gentoo-hardened for noticing
6
7 Revision Changes Path
8 1.15 xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml?rev=1.15&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml?rev=1.15&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml?r1=1.14&r2=1.15
13
14 Index: hb-using-changes.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml,v
17 retrieving revision 1.14
18 retrieving revision 1.15
19 diff -u -r1.14 -r1.15
20 --- hb-using-changes.xml 9 Jul 2013 09:18:42 -0000 1.14
21 +++ hb-using-changes.xml 27 Aug 2013 10:41:51 -0000 1.15
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/3.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml,v 1.14 2013/07/09 09:18:42 nimiux Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml,v 1.15 2013/08/27 10:41:51 nimiux Exp $ -->
28
29 <sections>
30 -<version>14</version>
31 -<date>2013-07-07</date>
32 +<version>15</version>
33 +<date>2013-08-16</date>
34
35 <section>
36 <title>Introducción</title>
37 @@ -170,8 +170,8 @@
38 </p>
39
40 <pre caption="Conceder el rol system_r">
41 -# <i>semanage user -a -R "staff_r sysadm_r system_r" root</i>
42 -# <i>semanage user -a -R "staff_r sysadm_r system_r" staff_u</i>
43 +# <i>semanage user -m -R "staff_r sysadm_r system_r" root</i>
44 +# <i>semanage user -m -R "staff_r sysadm_r system_r" staff_u</i>
45 </pre>
46
47 </body>
48
49
50
51 1.24 xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?rev=1.24&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?rev=1.24&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?r1=1.23&r2=1.24
56
57 Index: hb-using-install.xml
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml,v
60 retrieving revision 1.23
61 retrieving revision 1.24
62 diff -u -r1.23 -r1.24
63 --- hb-using-install.xml 13 Aug 2013 14:26:42 -0000 1.23
64 +++ hb-using-install.xml 27 Aug 2013 10:41:51 -0000 1.24
65 @@ -4,11 +4,11 @@
66 <!-- The content of this document is licensed under the CC-BY-SA license -->
67 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
68
69 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml,v 1.23 2013/08/13 14:26:42 nimiux Exp $ -->
70 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml,v 1.24 2013/08/27 10:41:51 nimiux Exp $ -->
71
72 <sections>
73 -<version>35</version>
74 -<date>2013-08-10</date>
75 +<version>36</version>
76 +<date>2013-08-16</date>
77
78 <section>
79 <title>Instalar Gentoo (Hardened)</title>
80 @@ -914,8 +914,8 @@
81 </p>
82
83 <pre caption="Conceder el rol system_r al usuario staff y root">
84 -# <i>semanage user -a -R "staff_r sysadm_r system_r" root</i>
85 -# <i>semanage user -a -R "staff_r sysadm_r system_r" staff_u</i>
86 +# <i>semanage user -m -R "staff_r sysadm_r system_r" root</i>
87 +# <i>semanage user -m -R "staff_r sysadm_r system_r" staff_u</i>
88 </pre>
89
90 </body>