MCPcopy
hub / github.com/hardentools/hardentools / PowerShellDisallowRunMembers

Struct PowerShellDisallowRunMembers

powershell.go:34–39  ·  view source on GitHub ↗

PowerShellDisallowRunMembers is the struct for the HardenInterface implementation.

Source from the content-addressed store, hash-verified

32// PowerShellDisallowRunMembers is the struct for the HardenInterface
33// implementation.
34type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected