components

package
v0.0.0-...-0208d45 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// BpflockAgentName is the name of bpflock agent (daemon) process name.
	BpflockAgentName = "bpflock"

	BpfRestrict  = "bpfrestrict"
	KimgLock     = "kimglock"
	KmodLock     = "kmodlock"
	FilelessLock = "filelesslock"
	ExecSnoop    = "execsnoop"
)

Variables

View Source
var (
	BpfProgDescriptions = map[string]string{
		ExecSnoop:    "Trace process exec()",
		FilelessLock: "Restrict fileless binary execution",
		KimgLock:     "Restrict both direct and indirect modification to a running kernel image",
		KmodLock:     "Restrict kernel module operations on modular kernels",
		BpfRestrict:  "Restrict access to the bpf() system call",
	}
)

Functions

func IsBpfProgInternal

func IsBpfProgInternal(name string) bool

func IsBpflockAgent

func IsBpflockAgent() bool

IsBpflockAgent checks whether the current process is bpflock (daemon).

Types

This section is empty.

Jump to

Keyboard shortcuts

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