Documentation
¶
Overview ¶
Package module implements the privileged logs module for the system-probe.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NewPrivilegedLogsModule = func() module.Module { cache, err := simplelru.NewLRU[string, struct{}](128, nil) if err != nil { log.Errorf("Failed to create LRU cache for privileged logs module: %v", err) cache = nil } return &privilegedLogsModule{ informedPaths: cache, } }
NewPrivilegedLogsModule creates a new instance of the privileged logs module.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.