X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=def_data.c;h=8498464dbe1e32250589ead5ae1eb9bb973fe3c9;hb=83dab3b7ab098ba1c093964e7ff862f287c8a12c;hp=72c14c9f1f3f5de22b5489cc2a9941a0aee3e532;hpb=06a67e2a5850f36c627b46f330c988e031536ab3;p=debian%2Fsudo diff --git a/def_data.c b/def_data.c index 72c14c9..8498464 100644 --- a/def_data.c +++ b/def_data.c @@ -302,6 +302,18 @@ struct sudo_defs_types sudo_defs_table[] = { "visiblepw", T_FLAG, "Allow sudo to prompt for a password even if it would be visisble", NULL, + }, { + "pwfeedback", T_FLAG, + "Provide visual feedback at the password prompt when there is user input", + NULL, + }, { + "fast_glob", T_FLAG, + "Use faster globbing that is less accurate but does not access the filesystem", + NULL, + }, { + "umask_override", T_FLAG, + "The umask specified in sudoers will override the user's, even if it is more permissive", + NULL, }, { NULL, 0, NULL }