mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Allow sudoers file name, mode, uid and gid to be specified in the
settings list. The sudo front end does not currently set these but may in the future.
This commit is contained in:
@@ -185,7 +185,7 @@ void alias_free(void *);
|
||||
void alias_apply(int (*)(void *, void *), void *);
|
||||
void init_aliases(void);
|
||||
void init_lexer(void);
|
||||
void init_parser(char *, int);
|
||||
void init_parser(const char *, int);
|
||||
int alias_compare(const void *, const void *);
|
||||
|
||||
#endif /* _SUDO_PARSE_H */
|
||||
|
Reference in New Issue
Block a user