opensnitch/daemon/netfilter
Gustavo Iñiguez Goia 506b9b6d87 fixed daemon running with old libnetfilter_queue libs
In old libnetfilter_queue libs, we can't know the UID of the packet
because the function nfq_get_uid is not present.

We check it dynamically on run time, but we were doing it wrong, so the
daemon didn't run with old libs.

Thaks to Pain-Patate for reporting it in #18.
2020-06-14 12:01:34 +02:00
..
packet.go fixed compiling for arm and i386 2020-04-11 00:23:27 +02:00
queue.c misc: small fix or general refactoring i did not bother commenting 2018-04-10 12:52:01 +02:00
queue.go fixed compiling for arm and i386 2020-04-11 00:23:27 +02:00
queue.h fixed daemon running with old libnetfilter_queue libs 2020-06-14 12:01:34 +02:00