evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
9.92k stars 490 forks source link

Your README page on compiling the ebpf_prog is out of date #717

Closed emdee-is closed 1 year ago

emdee-is commented 1 year ago

Your README page on compiling the ebpf_prog is out of date https://github.com/evilsocket/opensnitch/tree/master/ebpf_prog

CONFIG_BPF_EVENTS is not in the 5.15.26 kernel

Maybe pull the epbf page into the wiki and and pull down the Wiki page into the release when you do a release.

gustavo-iniguez-goya commented 1 year ago

Thank you. It seems that it exists on that kernel version (and 5.19, etc): https://elixir.bootlin.com/linux/v5.15.26/source/include/linux/module.h#L469