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.60) (envelope-from ) id 1G1M7t-0000dX-Ar for garchives@archives.gentoo.org; Fri, 14 Jul 2006 11:46:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.7/8.13.6) with SMTP id k6EBkJwA013409; Fri, 14 Jul 2006 11:46:19 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.13.7/8.13.6) with ESMTP id k6EBkHRb004334 for ; Fri, 14 Jul 2006 11:46:17 GMT Received: from lark (lark.gentoo.osuosl.org [140.211.166.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with SMTP id 5551A645F7 for ; Fri, 14 Jul 2006 11:46:17 +0000 (UTC) Received: by lark (sSMTP sendmail emulation); Fri, 14 Jul 2006 11:46:17 +0000 From: "Xavier Neys" Date: Fri, 14 Jul 2006 11:46:17 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: sudo-guide.xml Message-Id: <20060714114617.5551A645F7@smtp.gentoo.org> 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: d99f50a7-80c8-48c3-881c-92f76a990cfd X-Archives-Hash: eab57b5daebc5455160af8ecdbfcf758 neysx 06/07/14 11:46:17 Modified: sudo-guide.xml Log: #127017 sudo tool allows for regular expressions, not! Revision Changes Path 1.9 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.9&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.9&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.8&r2=1.9&cvsroot=gentoo Index: sudo-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sudo-guide.xml 31 Dec 2005 15:30:31 -0000 1.8 +++ sudo-guide.xml 14 Jul 2006 11:46:17 -0000 1.9 @@ -1,6 +1,6 @@ - + @@ -22,8 +22,8 @@ -1.5 -2005-12-31 +1.6 +2006-07-14 About Sudo @@ -165,8 +165,10 @@

You can also specify a precise command and not only the tool itself. This is -useful to restrict the use of a certain tool to a specified set of command -options. The sudo tool allows for regular expressions to be used as well. +useful to restrict the use of a certain tool to a specified set of command options. +The sudo tool allows shell-style wildcards (AKA meta or glob characters) +to be used in pathnames as well as command line arguments in the sudoers file. +Note that these are not regular expressions.

-- gentoo-doc-cvs@gentoo.org mailing list