PowerShellDisallowRunMembers is the struct for the HardenInterface implementation.
| 32 | // PowerShellDisallowRunMembers is the struct for the HardenInterface |
| 33 | // implementation. |
| 34 | type PowerShellDisallowRunMembers struct { |
| 35 | shortName string |
| 36 | longName string |
| 37 | description string |
| 38 | hardenByDefault bool |
| 39 | } |
| 40 | |
| 41 | // PowerShell is the struct for hardentools interface that combines |
| 42 | // registry keys and PowerShellDisallowRunMembers. |
nothing calls this directly
no outgoing calls
no test coverage detected