Skip to content

Instantly share code, notes, and snippets.

@saidelike
Created July 6, 2021 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saidelike/7eddf3b5f9703b0316d719afb3dc42b8 to your computer and use it in GitHub Desktop.
Save saidelike/7eddf3b5f9703b0316d719afb3dc42b8 to your computer and use it in GitHub Desktop.
//sudo_1.8.23-9.el7/plugins/sudoers/def_data.c
struct sudo_defs_types sudo_defs_table[] = {
{
...
}, {
"mailerpath", T_STR|T_BOOL|T_PATH,
N_("Path to mail program: %s"),
NULL,
}, {
"mailerflags", T_STR|T_BOOL,
N_("Flags for mail program: %s"),
NULL,
}, {
...
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment