Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultMapRoot is the default path where BPFFS should be mounted DefaultMapRoot = "/sys/fs/bpf" // DefaultMapPrefix is the default path prefix where Tetragon maps should be pinned DefaultMapPrefix = "tetragon" // DefaultEventMap is the default name of the Event map DefaultEventMap = "tcpmon" // DefaultMapRootFallback is the path which is used when /sys/fs/bpf has // a mount, but with the other filesystem than BPFFS. DefaultMapRootFallback = "/run/cilium/bpffs" // DefaultRunDir is the default run directory for runtime DefaultRunDir = "/var/run/tetragon/" // Default Path to where cgroup2 is mounted (Prefix with /run) Cgroup2Dir = "/run/tetragon/cgroup2" // DedfaultNetnsDir is the default network namespace directory for runtime DefaultNetnsDir = "/var/run/docker/netns/" // Default kernel exposed BTF file path DefaultBTFFile = "/sys/kernel/btf/vmlinux" // Default location for BPF programs and BTF files DefaultTetragonLib = "/var/lib/tetragon/" )
Variables ¶
View Source
var ( // NetnsDir is the network namespace directory for runtime NetnsDir = DefaultNetnsDir )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.