Support adminconfdir for relative include paths in sudoers.
This commit is contained in:
@@ -372,8 +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 init_parser_ext(const char *path, bool strict, int verbose);
|
||||
bool init_parser(const char *file);
|
||||
bool init_parser_ext(const char *file, 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