Add sudoers output format to cvtsudoers. In the future this may

be used with filters to emit a partial sudoers file instead of a
full one.
This commit is contained in:
Todd C. Miller
2018-02-02 14:29:19 -07:00
parent df08d0d8f4
commit 3354cbd021
7 changed files with 410 additions and 24 deletions

View File

@@ -244,6 +244,7 @@ extern struct defaults_list defaults;
/* alias.c */
bool no_aliases(void);
const char *alias_add(char *name, int type, char *file, int lineno, struct member *members);
const char *alias_type_to_string(int alias_type);
int alias_compare(const void *a1, const void *a2);
struct alias *alias_get(char *name, int type);
struct alias *alias_remove(char *name, int type);