Add suport for negated user/host/command lists in a Defaults entry.
E.g. Defaults:!baduser noexec
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -257,7 +257,7 @@ DEFVAR [a-z_]+
|
|||||||
yyterminate();
|
yyterminate();
|
||||||
}
|
}
|
||||||
|
|
||||||
<INITIAL>^[[:blank:]]*Defaults([:@>\!]{WORD})? {
|
<INITIAL>^[[:blank:]]*Defaults([:@>\!]\!?{WORD})? {
|
||||||
int n;
|
int n;
|
||||||
for (n = 0; isblank((unsigned char)yytext[n]); n++)
|
for (n = 0; isblank((unsigned char)yytext[n]); n++)
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user