Only treat an unknown Defaults entry as a parse error in visudo,

not in sudo itself.
This commit is contained in:
Todd C. Miller
2016-11-01 15:08:11 -06:00
parent 8a48085184
commit f6ce83ea76
7 changed files with 124 additions and 116 deletions

View File

@@ -243,7 +243,7 @@ void alias_put(struct alias *a);
bool init_aliases(void);
/* gram.c */
bool init_parser(const char *, bool);
bool init_parser(const char *path, bool quiet, bool strict_defaults);
void free_members(struct member_list *members);
/* match_addr.c */