2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Add always_query_group_plugin

This commit is contained in:
Todd C. Miller
2015-10-24 05:43:07 -06:00
parent 4f1912148f
commit 7761af6d7e
9 changed files with 64 additions and 11 deletions

View File

@@ -394,6 +394,10 @@ struct sudo_defs_types sudo_defs_table[] = {
"sudoedit_follow", T_FLAG,
N_("Follow symbolic links when editing files with sudoedit"),
NULL,
}, {
"always_query_group_plugin", T_FLAG,
N_("Query the group plugin for unknown system groups"),
NULL,
}, {
NULL, 0, NULL
}