Tags in struct cmndtag can be set to IMPLIED as well.

This commit is contained in:
Todd C. Miller
2013-03-06 17:02:35 -05:00
parent b0595e6e26
commit 8f76579431

View 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;