MCPcopy
hub / github.com/hardentools/hardentools / MultiHardenInterfaces

Struct MultiHardenInterfaces

harden_interface.go:31–37  ·  view source on GitHub ↗

MultiHardenInterfaces is a type for an array of HardenInterfaces.

Source from the content-addressed store, hash-verified

29
30// MultiHardenInterfaces is a type for an array of HardenInterfaces.
31type MultiHardenInterfaces struct {
32 hardenInterfaces []HardenInterface
33 shortName string
34 longName string
35 description string
36 hardenByDefault bool
37}
38
39// Harden hardens (if harden == true) or restores (if harden == false)
40// MultiHardenInterfaces.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected