Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
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:19
Message-Id: 20100426194315.1A48E2C04C@corvid.gentoo.org
1 nightmorph 10/04/26 19:43:14
2
3 Modified: shb-limits.xml shb-tcp.xml
4 Log:
5 update /etc/login.access to /etc/security/access.conf, bug 317355
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/security/shb-limits.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-limits.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-limits.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-limits.xml?r1=1.7&r2=1.8
13
14 Index: shb-limits.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-limits.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- shb-limits.xml 8 Jul 2007 21:31:18 -0000 1.7
21 +++ shb-limits.xml 26 Apr 2010 19:43:14 -0000 1.8
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-limits.xml,v 1.7 2007/07/08 21:31:18 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-limits.xml,v 1.8 2010/04/26 19:43:14 nightmorph Exp $ -->
26 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 @@ -7,8 +7,8 @@
30
31 <sections>
32
33 -<version>1.4</version>
34 -<date>2007-07-08</date>
35 +<version>1.5</version>
36 +<date>2010-04-26</date>
37
38 <section id="limits_conf">
39 <title>/etc/security/limits.conf</title>
40 @@ -186,24 +186,24 @@
41 </body>
42 </section>
43 <section>
44 -<title>/etc/login.access</title>
45 +<title>/etc/security/access.conf</title>
46 <body>
47
48 <p>
49 -The <path>login.access</path> file is also part of the sys-apps/shadow package,
50 -which provides a login access control table. This table is used to control who
51 -can and cannot login based on user name, group name or host name. By default,
52 -all users on the system are allowed to login, so the file consists only of
53 -comments and examples. Whether you are securing your server or workstation, we
54 -recommend that you setup this file so no one other than yourself (the admin) has
55 -access to the console.
56 +The <path>access.conf</path> file is also part of the <c>sys-libs/pam</c>
57 +package, which provides a login access control table. This table is used to
58 +control who can and cannot login based on user name, group name or host name. By
59 +default, all users on the system are allowed to login, so the file consists only
60 +of comments and examples. Whether you are securing your server or workstation,
61 +we recommend that you setup this file so no one other than yourself (the admin)
62 +has access to the console.
63 </p>
64
65 <note>
66 -These settings do not apply for root.
67 +These settings apply for root, as well.
68 </note>
69
70 -<pre caption="/etc/login.access">
71 +<pre caption="/etc/securit/access.conf">
72 -:ALL EXCEPT wheel sync:console
73 -:wheel:ALL EXCEPT LOCAL .gentoo.org
74 </pre>
75
76
77
78 1.2 xml/htdocs/doc/en/security/shb-tcp.xml
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml?r1=1.1&r2=1.2
83
84 Index: shb-tcp.xml
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- shb-tcp.xml 1 Jun 2005 15:43:47 -0000 1.1
91 +++ shb-tcp.xml 26 Apr 2010 19:43:14 -0000 1.2
92 @@ -1,5 +1,5 @@
93 <?xml version='1.0' encoding='UTF-8'?>
94 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml,v 1.1 2005/06/01 15:43:47 neysx Exp $ -->
95 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/security/shb-tcp.xml,v 1.2 2010/04/26 19:43:14 nightmorph Exp $ -->
96 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
97
98 <!-- The content of this document is licensed under the CC-BY-SA license -->
99 @@ -7,8 +7,8 @@
100
101 <sections>
102
103 -<version>1.0</version>
104 -<date>2005-05-31</date>
105 +<version>1.1</version>
106 +<date>2010-04-26</date>
107
108 <section>
109 <title>TCP Wrappers</title>
110 @@ -34,10 +34,10 @@
111 </pre>
112
113 <p>
114 -As you can see the format is very similar to the one
115 -in <path>/etc/login.access</path>. Tcpd supports a specific service; it does not
116 -overlap with <path>/etc/login.access</path>. These settings only apply to
117 -services using tcp wrappers.
118 +As you can see the format is very similar to the one in
119 +<path>/etc/security/access.conf</path>. Tcpd supports a specific service; it
120 +does not overlap with <path>/etc/security/access.conf</path>. These settings
121 +only apply to services using tcp wrappers.
122 </p>
123
124 <p>