1 |
neysx 06/07/14 11:46:17 |
2 |
|
3 |
Modified: sudo-guide.xml |
4 |
Log: |
5 |
#127017 sudo tool allows for regular expressions, not! |
6 |
|
7 |
Revision Changes Path |
8 |
1.9 xml/htdocs/doc/en/sudo-guide.xml |
9 |
|
10 |
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 |
11 |
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 |
12 |
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 |
13 |
|
14 |
Index: sudo-guide.xml |
15 |
=================================================================== |
16 |
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v |
17 |
retrieving revision 1.8 |
18 |
retrieving revision 1.9 |
19 |
diff -u -r1.8 -r1.9 |
20 |
--- sudo-guide.xml 31 Dec 2005 15:30:31 -0000 1.8 |
21 |
+++ sudo-guide.xml 14 Jul 2006 11:46:17 -0000 1.9 |
22 |
@@ -1,6 +1,6 @@ |
23 |
<?xml version='1.0' encoding="UTF-8"?> |
24 |
|
25 |
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v 1.8 2005/12/31 15:30:31 neysx Exp $ --> |
26 |
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/sudo-guide.xml,v 1.9 2006/07/14 11:46:17 neysx Exp $ --> |
27 |
|
28 |
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
29 |
|
30 |
@@ -22,8 +22,8 @@ |
31 |
<!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
32 |
<license/> |
33 |
|
34 |
-<version>1.5</version> |
35 |
-<date>2005-12-31</date> |
36 |
+<version>1.6</version> |
37 |
+<date>2006-07-14</date> |
38 |
|
39 |
<chapter> |
40 |
<title>About Sudo</title> |
41 |
@@ -165,8 +165,10 @@ |
42 |
|
43 |
<p> |
44 |
You can also specify a precise command and not only the tool itself. This is |
45 |
-useful to restrict the use of a certain tool to a specified set of command |
46 |
-options. The <c>sudo</c> tool allows for regular expressions to be used as well. |
47 |
+useful to restrict the use of a certain tool to a specified set of command options. |
48 |
+The <c>sudo</c> tool allows shell-style wildcards (AKA meta or glob characters) |
49 |
+to be used in pathnames as well as command line arguments in the sudoers file. |
50 |
+Note that these are <e>not</e> regular expressions. |
51 |
</p> |
52 |
|
53 |
<p> |
54 |
|
55 |
|
56 |
|
57 |
-- |
58 |
gentoo-doc-cvs@g.o mailing list |