From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E0ajX-0002xg-AU for garchives@archives.gentoo.org; Thu, 04 Aug 2005 08:05:44 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7484pLY015996; Thu, 4 Aug 2005 08:04:51 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7484oP8015641 for ; Thu, 4 Aug 2005 08:04:50 GMT Message-Id: <200508040804.j7484oP8015641@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1E0ajI-0001aZ-RD for gentoo-doc-cvs@lists.gentoo.org; Thu, 04 Aug 2005 08:05:28 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 4 Aug 2005 08:05:21 +0000 From: "swift" Date: Thu, 4 Aug 2005 08:05:21 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: sudo-guide.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: df0be3dc-e5d4-479c-8a67-3dcd709c99e8 X-Archives-Hash: 78f9a69a57d439a6e85f2bede50b0631 swift 05/08/04 08:05:21 Modified: xml/htdocs/doc/en sudo-guide.xml Log: Spelling mistakes, no content change. Fixed #101189 Revision Changes Path 1.5 +8 -8 xml/htdocs/doc/en/sudo-guide.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/sudo-guide.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/sudo-guide.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/sudo-guide.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo Index: sudo-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sudo-guide.xml 3 Aug 2005 08:13:40 -0000 1.4 +++ sudo-guide.xml 4 Aug 2005 08:05:21 -0000 1.5 @@ -1,6 +1,6 @@ - + @@ -23,7 +23,7 @@ 1.2 -2005-08-03 +2005-08-04 About Sudo @@ -45,8 +45,8 @@ application (or any user of a certain group, depending on the permissions used). You can (and probably even should) require the user to provide a password when he wants to execute the application and you can even fine-tune the permissions -based on the location where the user is at: if he is logged on from the system -itself or through SSH from a remote site. +based on the user's location: logged on from the system itself or through SSH +from a remote site.

@@ -130,7 +130,7 @@ application that can allow people to elevate privileges. For instance, allowing users to execute emerge as root can indeed grant them full root access to the system because emerge can be manipulated to change the live file -system in the user his advantage. If you do not trust your sudo users, +system to the user's advantage. If you do not trust your sudo users, don't grant them any rights.

@@ -182,7 +182,7 @@

-The password that sudo requires is the user his own password. This is to +The password that sudo requires is the user's own password. This is to make sure that no terminal that you accidentally left open to others is abused for malicious purposes.

@@ -245,7 +245,7 @@

More interesting is to define a set of users who can run software administrative applications (such as emerge and ebuild) on the system and a group -of administrators who can change users their password - but not roots! +of administrators who can change the password of any user, except root!

@@ -346,7 +346,7 @@
 before sudo fails) to 2 instead of the default 3:
 

-
+
 Defaults:john   runaspw, passwd_tries=2
 
-- gentoo-doc-cvs@gentoo.org mailing list