]> granicus.if.org Git - sudo/commitdiff
Tags in struct cmndtag can be set to IMPLIED as well.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 6 Mar 2013 22:02:35 +0000 (17:02 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 6 Mar 2013 22:02:35 +0000 (17:02 -0500)
plugins/sudoers/parse.h

index 3f7c451aeb41e857a9b09c3cca6949a4cb391e2e..c5ba73ea7087da97a749a7790bb485209202b074 100644 (file)
@@ -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;