You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently plan to package the EBPF kernel module for NixOS over here. Usually the packages gets installed into the Nix store in a specific path depending on the output hash like /nix/store/..../etc/opensnitchd/opensnitch.o.
Please support a command line or configuration option to specify the kernel module path at runtime.
Thank you :)
The text was updated successfully, but these errors were encountered:
Now it's possible to configure eBPF modules path from the
default-config.json file:
"Ebpf": {
"ModulesPath": "..."
}
If the option is not provided, or if it's empty, we'll keep loading from
the default directories:
- /usr/local/lib/opensnitchd/ebpf
- /usr/lib/opensnitchd/ebpf
- /etc/opensnitchd/ebpf (deprecated, will be removed in the future).
Closes#928
(cherry picked from commit ffb7668)
Summary:
We currently plan to package the EBPF kernel module for NixOS over here. Usually the packages gets installed into the Nix store in a specific path depending on the output hash like
/nix/store/..../etc/opensnitchd/opensnitch.o
.Please support a command line or configuration option to specify the kernel module path at runtime.
Thank you :)
The text was updated successfully, but these errors were encountered: