Configure eBPF modules path. Used when settings.ProcMonitorMethod
is set to ebpf
.
Declarations
Type
path
Default
if cfg.settings.ProcMonitorMethod == "ebpf" then
"\\$\\{config.boot.kernelPackages.opensnitch-ebpf\\}/etc/opensnitchd"
else null;
Configure eBPF modules path. Used when settings.ProcMonitorMethod
is set to ebpf
.
path
if cfg.settings.ProcMonitorMethod == "ebpf" then
"\\$\\{config.boot.kernelPackages.opensnitch-ebpf\\}/etc/opensnitchd"
else null;