]> granicus.if.org Git - sudo/commitdiff
Add missing argument to a few of the defaults strings in the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Jul 2017 19:58:54 +0000 (13:58 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Jul 2017 19:58:54 +0000 (13:58 -0600)
"sudo -V" output.

plugins/sudoers/def_data.c
plugins/sudoers/def_data.in

index c3e841a607416d5f9add2202dd70deadc8e14340..bfbcbdb8895cac376ab5d447961b444a76fc0470 100644 (file)
@@ -363,11 +363,11 @@ struct sudo_defs_types sudo_defs_table[] = {
        NULL,
     }, {
        "privs", T_STR,
-       N_("Set of permitted privileges"),
+       N_("Set of permitted privileges: %s"),
        NULL,
     }, {
        "limitprivs", T_STR,
-       N_("Set of limit privileges"),
+       N_("Set of limit privileges: %s"),
        NULL,
     }, {
        "exec_background", T_FLAG,
@@ -375,11 +375,11 @@ struct sudo_defs_types sudo_defs_table[] = {
        NULL,
     }, {
        "pam_service", T_STR,
-       N_("PAM service name to use"),
+       N_("PAM service name to use: %s"),
        NULL,
     }, {
        "pam_login_service", T_STR,
-       N_("PAM service name to use for login shells"),
+       N_("PAM service name to use for login shells: %s"),
        NULL,
     }, {
        "pam_setcred", T_FLAG,
index 12cdce699317648335f41bc1026fdef82bf29b2b..5bb227f916ae2c5f6bdb404eb5409950273ce85d 100644 (file)
@@ -264,19 +264,19 @@ utmp_runas
        "Set the user in utmp to the runas user, not the invoking user"
 privs
        T_STR
-       "Set of permitted privileges"
+       "Set of permitted privileges: %s"
 limitprivs
        T_STR
-       "Set of limit privileges"
+       "Set of limit privileges: %s"
 exec_background
        T_FLAG
        "Run commands on a pty in the background"
 pam_service
        T_STR
-       "PAM service name to use"
+       "PAM service name to use: %s"
 pam_login_service
        T_STR
-       "PAM service name to use for login shells"
+       "PAM service name to use for login shells: %s"
 pam_setcred
        T_FLAG
        "Attempt to establish PAM credentials for the target user"