Don't quote *?[]! on output since the lexer does not strip off the

backslash when reading those in.
This commit is contained in:
Todd C. Miller
2007-11-08 12:24:41 +00:00
parent 5c61e13db4
commit 7cd59baada

View File

@@ -53,7 +53,7 @@ __unused static const char rcsid[] = "$Sudo$";
#endif /* lint */
/* Characters that must be quoted in sudoers */
#define SUDOERS_QUOTED "*?[]!:\\,=#\""
#define SUDOERS_QUOTED ":\\,=#\""
/*
* Local prototypes.