From: Todd C. Miller Date: Wed, 6 Mar 2013 22:02:35 +0000 (-0500) Subject: Tags in struct cmndtag can be set to IMPLIED as well. X-Git-Tag: SUDO_1_8_7~1^2~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f76579431e97980fa74d25b0d55a60723ec189b;p=sudo Tags in struct cmndtag can be set to IMPLIED as well. --- diff --git a/plugins/sudoers/parse.h b/plugins/sudoers/parse.h index 3f7c451ae..c5ba73ea7 100644 --- a/plugins/sudoers/parse.h +++ b/plugins/sudoers/parse.h @@ -37,7 +37,7 @@ struct sudo_command { /* * Tags associated with a command. - * Possible values: true, false, UNSPEC. + * Possible values: true, false, IMPLIED, UNSPEC. */ struct cmndtag { __signed int nopasswd: 3;