Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppArmorCheck ¶
type EnforceModeCheck ¶
type Instance ¶
type Instance struct {
config.InternalConfig
EnforceMode EnforceModeCheck `toml:"enforce_mode"`
AppArmor AppArmorCheck `toml:"apparmor_enabled"`
}
type SecmodPlugin ¶
type SecmodPlugin struct {
config.InternalConfig
Instances []*Instance `toml:"instances"`
}
func (*SecmodPlugin) GetInstances ¶
func (p *SecmodPlugin) GetInstances() []plugins.Instance
Click to show internal directories.
Click to hide internal directories.