types

package
v0.8.4 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AuditTypeSeccomp  = "seccomp"
	AuditTypeSelinux  = "selinux"
	AuditTypeApparmor = "apparmor"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditLine

type AuditLine struct {
	AuditType string

	// common
	ProcessID   int
	TimestampID string

	// seccomp
	SystemCallID int32
	Executable   string

	// selinux
	Scontext string
	Tcontext string
	Tclass   string
	Perm     string

	// apparmor
	Apparmor  string
	Operation string
	// Profile is the name of the AppArmor profile under which the operation took place.
	Profile string
	// Name is what the operation wanted to access.
	Name string
	// ExtraInfo may contain addition information such as:
	// requested_mask, denied_mask, fsuid=65534, ouid and target.
	ExtraInfo string
}

type ContainerInfo

type ContainerInfo struct {
	PodName       string
	ContainerName string
	Namespace     string
	ContainerID   string
	RecordProfile string
}

Jump to

Keyboard shortcuts

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