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 1E0ENy-0000vV-MY
for garchives@archives.gentoo.org; Wed, 03 Aug 2005 08:13:59 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j738DKnr000075;
Wed, 3 Aug 2005 08:13:20 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 j738DK5G004834
for ; Wed, 3 Aug 2005 08:13:20 GMT
Message-Id: <200508030813.j738DK5G004834@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 1E0ENo-0005Ld-05
for gentoo-doc-cvs@lists.gentoo.org; Wed, 03 Aug 2005 08:13:48 +0000
Received: by lark.gentoo.org (sSMTP sendmail emulation); Wed, 3 Aug 2005 08:13:40 +0000
From: "Sven Vermeulen"
Date: Wed, 3 Aug 2005 08:13:40 +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: cb4dc7e9-d57c-4402-bfa1-4326d894e057
X-Archives-Hash: 2c397497f7aa88faf6b3fea744b75caf
swift 05/08/03 08:13:40
Modified: xml/htdocs/doc/en sudo-guide.xml
Log:
No wrappers either, just do not grant sudo access to users you do not trust completely
Revision Changes Path
1.4 +9 -6 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.4&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.4&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.3&r2=1.4&cvsroot=gentoo
Index: sudo-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sudo-guide.xml 2 Aug 2005 19:23:28 -0000 1.3
+++ sudo-guide.xml 3 Aug 2005 08:13:40 -0000 1.4
@@ -1,6 +1,6 @@
-
+
@@ -22,8 +22,8 @@
-1.1
-2005-08-02
+1.2
+2005-08-03
About Sudo
@@ -130,11 +130,14 @@
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. Trust your users, or use a wrapper
-instead: a script that limits the use of the application to a known set of
-safe instructions.
+system in the user his advantage. If you do not trust your sudo users,
+don't grant them any rights.
+
+
The user name can also be substituted with a group name - in this case you
should start the group name with a % sign. For instance, to allow any
--
gentoo-doc-cvs@gentoo.org mailing list