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 IsBpflockAgent ¶
func IsBpflockAgent() bool
IsBpflockAgent checks whether the current process is bpflock (daemon).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.