From: Todd C. Miller Date: Mon, 3 Mar 2008 18:54:34 +0000 (+0000) Subject: make askpass boolean-capable X-Git-Tag: SUDO_1_7_0~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbf038c61c86e6140860836e76de62a97afb5098;p=sudo make askpass boolean-capable --- diff --git a/def_data.c b/def_data.c index 2a6f703a6..95ec82340 100644 --- a/def_data.c +++ b/def_data.c @@ -283,7 +283,7 @@ struct sudo_defs_types sudo_defs_table[] = { "SELinux type to use in the new security context: %s", NULL, }, { - "askpass", T_STR|T_PATH, + "askpass", T_STR|T_PATH|T_BOOL, "Path to the askpass helper program: %s", NULL, }, { diff --git a/def_data.in b/def_data.in index cfc889222..7bc862b00 100644 --- a/def_data.in +++ b/def_data.in @@ -209,5 +209,5 @@ type T_STR "SELinux type to use in the new security context: %s" askpass - T_STR|T_PATH + T_STR|T_PATH|T_BOOL "Path to the askpass helper program: %s"