Replace sudoers_warnings with sudoers_verbose.
This is now an int, with values > 1 reserved for visudo.
This commit is contained in:
@@ -372,7 +372,8 @@ int check_aliases(struct sudoers_parse_tree *parse_tree, bool strict, bool quiet
|
||||
/* gram.y */
|
||||
extern struct sudoers_parse_tree parsed_policy;
|
||||
extern bool (*sudoers_error_hook)(const char *file, int line, int column, const char *fmt, va_list args);
|
||||
bool init_parser(const char *path, bool quiet, bool strict);
|
||||
bool init_parser(const char *path);
|
||||
bool init_parser_ext(const char *path, bool strict, int verbose);
|
||||
void free_member(struct member *m);
|
||||
void free_members(struct member_list *members);
|
||||
void free_cmndspec(struct cmndspec *cs, struct cmndspec_list *csl);
|
||||
|
Reference in New Issue
Block a user