CmdDisallowRunMembers is the struct for the HardenInterface implementation.
| 26 | |
| 27 | // CmdDisallowRunMembers is the struct for the HardenInterface implementation. |
| 28 | type CmdDisallowRunMembers struct { |
| 29 | shortName string |
| 30 | longName string |
| 31 | description string |
| 32 | hardenByDefault bool |
| 33 | } |
| 34 | |
| 35 | // Cmd is the struct for hardentools interface that combines registry keys |
| 36 | // and CmdDisallowRunMembers. |
nothing calls this directly
no outgoing calls
no test coverage detected