Don't quote *?[]! on output since the lexer does not strip off the
backslash when reading those in.
This commit is contained in:
2
parse.c
2
parse.c
@@ -53,7 +53,7 @@ __unused static const char rcsid[] = "$Sudo$";
|
|||||||
#endif /* lint */
|
#endif /* lint */
|
||||||
|
|
||||||
/* Characters that must be quoted in sudoers */
|
/* Characters that must be quoted in sudoers */
|
||||||
#define SUDOERS_QUOTED "*?[]!:\\,=#\""
|
#define SUDOERS_QUOTED ":\\,=#\""
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local prototypes.
|
* Local prototypes.
|
||||||
|
Reference in New Issue
Block a user