]> granicus.if.org Git - sudo/commitdiff
make askpass boolean-capable
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 3 Mar 2008 18:54:34 +0000 (18:54 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 3 Mar 2008 18:54:34 +0000 (18:54 +0000)
def_data.c
def_data.in

index 2a6f703a61f74d1c5eef39a2bbaad8bd741d62fb..95ec823403cc5b20360ddfe8cb80ec9c408eabd0 100644 (file)
@@ -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,
     }, {
index cfc889222f099262ff4fa3c0afcd5417385870d5..7bc862b005b71f25e85e7f37835a09c79ef490b7 100644 (file)
@@ -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"