public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/proj/es/hardened/selinux: hb-using-changes.xml hb-using-install.xml
@ 2013-03-11 10:31 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 2+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-03-11 10:31 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/03/11 10:31:16

  Modified:             hb-using-changes.xml hb-using-install.xml
  Log:
  Add in USE=unconfined information in USE flag overview

Revision  Changes    Path
1.7                  xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml?r1=1.6&r2=1.7

Index: hb-using-changes.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-using-changes.xml	9 Dec 2012 22:57:47 -0000	1.6
+++ hb-using-changes.xml	11 Mar 2013 10:31:16 -0000	1.7
@@ -4,11 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/3.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml,v 1.6 2012/12/09 22:57:47 nimiux Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml,v 1.7 2013/03/11 10:31:16 nimiux Exp $ -->
 
 <sections>
-<version>6</version>
-<date>2012-12-04</date>
+<version>7</version>
+<date>2013-03-09</date>
 
 <section>
 <title>Introducción</title>
@@ -38,6 +38,33 @@
 <section>
 <title>Vista rápida de los cambios para usuarios de instalaciones estables</title>
 <subsection>
+<title>04/12/2012 - Presentar USE=unconfined</title>
+<body>
+
+<p>
+A partir de la versión <path>selinux-base-2.20120725-r9</path>, se da
+soporte al ajuste <c>USE=unconfined</c>. Cuando éste se habilita,
+configurará su directriz SELinux para dar soporte a dominios no
+confinados. Si su directriz es <e>targeted</e>, este comportamiento
+estará implícito.
+</p>
+
+<p>
+El soporte de este ajuste USE, nos permite diferenciar entre
+dominios no confinados y dominios regulares cuando utilizamos
+los tipos de directriz <e>mls</e> o <e>mcs</e>. Cuando está
+definido, se construirá también el paquete
+<path>selinux-unconfined</path>, y el módulo se cargará, e
+igualmente, se actualizará el fichero de directriz
+<path>seusers</path> (el cual contiene los mapeas de los
+dominios por defecto para los usuarios) para utilizar el
+usuario SELinux <c>unconfined_u</c> para root y otros
+usuarios.
+</p>
+
+</body>
+</subsection>
+<subsection>
 <title>16/08/2012 - Añadir el rol system_r a los administradores</title>
 <body>
 
@@ -182,29 +209,12 @@
 
 <section>
 <title>Vista rápida para los usuarios de instalaciones de prueba (~Arch)</title>
-<subsection>
-<title>04/12/2012 - Presentación de USE=unconfined</title>
 <body>
 
 <p>
-A partir de <path>selinux-base-2.20120725-r9</path>, también daremos
-soporte al ajuste <c>USE=unconfined</c>. Cuando esté activado, su
-SELinux estará configurado para dar soporte a dominios no confinados.
-Si su directriz es <e>targeted</e>, este comportamiento será implícito.
-</p>
-
-<p>
-El hecho de dar soporte a este ajuste USE, nos permitirá diferenciar
-los dominios no confinados frente a los regulares cuando se utilicen
-los tipos de directriz <e>mls</e> o <e>mcs</e>. Cuando esté activado,
-también se construirá el paquete <path>selinux-unconfined</path>, y se
-cargará el módulo, también se actualizará el fichero de directriz
-<path>seusers</path> (el cual contiene los mapeos de dominio por defecto
-para los usuarios) para que utilice el usuario SELinux
-<c>unconfined_u</c> para root y otro usuarios.
+No hay cambios específicos para ~arch.
 </p>
 
 </body>
-</subsection>
 </section>
 </sections>



1.20                 xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?r1=1.19&r2=1.20

Index: hb-using-install.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hb-using-install.xml	22 Jan 2013 20:14:10 -0000	1.19
+++ hb-using-install.xml	11 Mar 2013 10:31:16 -0000	1.20
@@ -4,11 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml,v 1.19 2013/01/22 20:14:10 nimiux Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml,v 1.20 2013/03/11 10:31:16 nimiux Exp $ -->
 
 <sections>
-<version>31</version>
-<date>2013-01-22</date>
+<version>32</version>
+<date>2013-03-09</date>
 
 <section>
 <title>Instalar Gentoo (Hardened)</title>
@@ -276,6 +276,15 @@
     control de acceso basado en usuario.
   </ti>
 </tr>
+<tr>
+  <ti>unconfined</ti>
+  <ti>Deshabilitado</ti>
+  <ti>
+    Cuando está habilitado, la construcción de la directriz (excepto para
+    la directriz "strict") incluirán el módulo no confinado
+    (permitiendo así que existand dominios no confinados en el sistema).
+  </ti>
+</tr>
 </table>
 
 <p>





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/proj/es/hardened/selinux: hb-using-changes.xml hb-using-install.xml
@ 2013-08-27 10:41 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; 2+ messages in thread
From: JosA MarAa Alonso (nimiux) @ 2013-08-27 10:41 UTC (permalink / raw
  To: gentoo-commits

nimiux      13/08/27 10:41:52

  Modified:             hb-using-changes.xml hb-using-install.xml
  Log:
  Modifying users uses -m, not -a - thanks to amade@#gentoo-hardened for noticing

Revision  Changes    Path
1.15                 xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml?rev=1.15&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml?r1=1.14&r2=1.15

Index: hb-using-changes.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-changes.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hb-using-changes.xml	9 Jul 2013 09:18:42 -0000	1.14
+++ hb-using-changes.xml	27 Aug 2013 10:41:51 -0000	1.15
@@ -4,11 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/3.0 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
-<version>14</version>
-<date>2013-07-07</date>
+<version>15</version>
+<date>2013-08-16</date>
 
 <section>
 <title>Introducción</title>
@@ -170,8 +170,8 @@
 </p>
 
 <pre caption="Conceder el rol system_r">
-# <i>semanage user -a -R "staff_r sysadm_r system_r" root</i>
-# <i>semanage user -a -R "staff_r sysadm_r system_r" staff_u</i>
+# <i>semanage user -m -R "staff_r sysadm_r system_r" root</i>
+# <i>semanage user -m -R "staff_r sysadm_r system_r" staff_u</i>
 </pre>
 
 </body>



1.24                 xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?rev=1.24&view=markup
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
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml?r1=1.23&r2=1.24

Index: hb-using-install.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/es/hardened/selinux/hb-using-install.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- hb-using-install.xml	13 Aug 2013 14:26:42 -0000	1.23
+++ hb-using-install.xml	27 Aug 2013 10:41:51 -0000	1.24
@@ -4,11 +4,11 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
 
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <sections>
-<version>35</version>
-<date>2013-08-10</date>
+<version>36</version>
+<date>2013-08-16</date>
 
 <section>
 <title>Instalar Gentoo (Hardened)</title>
@@ -914,8 +914,8 @@
 </p>
 
 <pre caption="Conceder el rol system_r al usuario staff y root">
-# <i>semanage user -a -R "staff_r sysadm_r system_r" root</i>
-# <i>semanage user -a -R "staff_r sysadm_r system_r" staff_u</i>
+# <i>semanage user -m -R "staff_r sysadm_r system_r" root</i>
+# <i>semanage user -m -R "staff_r sysadm_r system_r" staff_u</i>
 </pre>
 
 </body>





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-27 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 10:41 [gentoo-commits] gentoo commit in xml/htdocs/proj/es/hardened/selinux: hb-using-changes.xml hb-using-install.xml JosA MarAa Alonso (nimiux)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-11 10:31 JosA MarAa Alonso (nimiux)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox