secmod

package
v0.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2026 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppArmorCheck

type AppArmorCheck struct {
	Expect   string `toml:"expect"`
	Severity string `toml:"severity"`
}

type EnforceModeCheck

type EnforceModeCheck struct {
	Expect   string `toml:"expect"`
	Severity string `toml:"severity"`
}

type Instance

type Instance struct {
	config.InternalConfig

	EnforceMode EnforceModeCheck `toml:"enforce_mode"`
	AppArmor    AppArmorCheck    `toml:"apparmor_enabled"`
}

func (*Instance) Gather

func (ins *Instance) Gather(q *safe.Queue[*types.Event])

func (*Instance) Init

func (ins *Instance) Init() error

type SecmodPlugin

type SecmodPlugin struct {
	config.InternalConfig
	Instances []*Instance `toml:"instances"`
}

func (*SecmodPlugin) GetInstances

func (p *SecmodPlugin) GetInstances() []plugins.Instance

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL