MCPcopy
hub / github.com/hardentools/hardentools / CmdDisallowRunMembers

Struct CmdDisallowRunMembers

cmd.go:28–33  ·  view source on GitHub ↗

CmdDisallowRunMembers is the struct for the HardenInterface implementation.

Source from the content-addressed store, hash-verified

26
27// CmdDisallowRunMembers is the struct for the HardenInterface implementation.
28type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected