public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joshua Saddler (nightmorph)" <nightmorph@gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/security: shb-limits.xml shb-tcp.xml
Date: Mon, 26 Apr 2010 19:43:14 +0000 (UTC)	[thread overview]
Message-ID: <20100426194315.1A48E2C04C@corvid.gentoo.org> (raw)

nightmorph    10/04/26 19:43:14

  Modified:             shb-limits.xml shb-tcp.xml
  Log:
  update /etc/login.access to /etc/security/access.conf, bug 317355

Revision  Changes    Path
1.8                  xml/htdocs/doc/en/security/shb-limits.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-limits.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-limits.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-limits.xml?r1=1.7&r2=1.8

Index: shb-limits.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-limits.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- shb-limits.xml	8 Jul 2007 21:31:18 -0000	1.7
+++ shb-limits.xml	26 Apr 2010 19:43:14 -0000	1.8
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-limits.xml,v 1.7 2007/07/08 21:31:18 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-limits.xml,v 1.8 2010/04/26 19:43:14 nightmorph Exp $ -->
 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
@@ -7,8 +7,8 @@
 
 <sections>
 
-<version>1.4</version>
-<date>2007-07-08</date>
+<version>1.5</version>
+<date>2010-04-26</date>
 
 <section id="limits_conf">
 <title>/etc/security/limits.conf</title>
@@ -186,24 +186,24 @@
 </body>
 </section>
 <section>
-<title>/etc/login.access</title>
+<title>/etc/security/access.conf</title>
 <body>
 
 <p>
-The <path>login.access</path> file is also part of the sys-apps/shadow package,
-which provides a login access control table. This table is used to control who
-can and cannot login based on user name, group name or host name. By default,
-all users on the system are allowed to login, so the file consists only of
-comments and examples. Whether you are securing your server or workstation, we
-recommend that you setup this file so no one other than yourself (the admin) has
-access to the console.
+The <path>access.conf</path> file is also part of the <c>sys-libs/pam</c>
+package, which provides a login access control table. This table is used to
+control who can and cannot login based on user name, group name or host name. By
+default, all users on the system are allowed to login, so the file consists only
+of comments and examples. Whether you are securing your server or workstation,
+we recommend that you setup this file so no one other than yourself (the admin)
+has access to the console.
 </p>
 
 <note>
-These settings do not apply for root.
+These settings apply for root, as well.
 </note>
 
-<pre caption="/etc/login.access">
+<pre caption="/etc/securit/access.conf">
 -:ALL EXCEPT wheel sync:console
 -:wheel:ALL EXCEPT LOCAL .gentoo.org
 </pre>



1.2                  xml/htdocs/doc/en/security/shb-tcp.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml?r1=1.1&r2=1.2

Index: shb-tcp.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shb-tcp.xml	1 Jun 2005 15:43:47 -0000	1.1
+++ shb-tcp.xml	26 Apr 2010 19:43:14 -0000	1.2
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml,v 1.1 2005/06/01 15:43:47 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml,v 1.2 2010/04/26 19:43:14 nightmorph Exp $ -->
 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
 
 <!-- The content of this document is licensed under the CC-BY-SA license -->
@@ -7,8 +7,8 @@
 
 <sections>
 
-<version>1.0</version>
-<date>2005-05-31</date>
+<version>1.1</version>
+<date>2010-04-26</date>
 
 <section>
 <title>TCP Wrappers</title>
@@ -34,10 +34,10 @@
 </pre>
 
 <p>
-As you can see the format is very similar to the one
-in <path>/etc/login.access</path>. Tcpd supports a specific service; it does not
-overlap with <path>/etc/login.access</path>. These settings only apply to
-services using tcp wrappers.
+As you can see the format is very similar to the one in
+<path>/etc/security/access.conf</path>. Tcpd supports a specific service; it
+does not overlap with <path>/etc/security/access.conf</path>. These settings
+only apply to services using tcp wrappers.
 </p>
 
 <p>






                 reply	other threads:[~2010-04-26 19:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100426194315.1A48E2C04C@corvid.gentoo.org \
    --to=nightmorph@gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox