Documentation
¶
Index ¶
Constants ¶
View Source
const ( MapName = "tg_mbset_map" GenName = "tg_mbset_gen" ExecveMapName = "execve_map" InvalidID = ^uint32(0) MaxIDs = 64 // this value should correspond to the number of bits we can fit in mbset_t )
Variables ¶
This section is empty.
Functions ¶
func RemoveID ¶ added in v1.5.0
func RemoveID(id uint32, paths [][processapi.BINARY_PATH_MAX_LEN]byte) error
func SetMBSetUpdater ¶ added in v1.5.0
func SetMBSetUpdater(upd UpdateExecveMap)
func UpdateMap ¶
func UpdateMap(id uint32, paths [][processapi.BINARY_PATH_MAX_LEN]byte) error
Types ¶
type UpdateExecveMap ¶ added in v1.5.0
Click to show internal directories.
Click to hide internal directories.