Add a flag argument to sudo_conf_read() so we can decide which
bits get parsed. This lets us parse Debug statements first and init the debug subsystem early.
This commit is contained in:
@@ -82,7 +82,7 @@ struct io_plugin_1_1 {
|
||||
*/
|
||||
struct plugin_container {
|
||||
TAILQ_ENTRY(plugin_container) entries;
|
||||
struct sudo_conf_debug_file_list debug_files;
|
||||
struct sudo_conf_debug_file_list *debug_files;
|
||||
const char *name;
|
||||
const char *path;
|
||||
char * const *options;
|
||||
|
Reference in New Issue
Block a user