opensnitch/daemon
Gustavo Iñiguez Goia ba7c4e1878 allow to configure what firewall to use
Before this change, we tried to determine what firewall to use based on
the version of iptables (if -V legacy -> nftables, otherwise iptables).

This caused problems (#455), and as there's no support yet for nftables
system firewall rules, it can't be configured to workaround these
errors.

Now the default firewall to use will be iptables.
If it's not available (installed), can't be used or the configuration
option is empty/missing, we'll use nftables.
2021-08-09 00:32:27 +02:00
..
conman find PID: use legacy methods if the PID is not found. 2021-06-08 14:11:19 +02:00
core Bump versions to v1.4.0rc3 2021-07-16 23:41:02 +02:00
dns updated import paths 2020-12-09 18:18:42 +01:00
firewall allow to configure what firewall to use 2021-08-09 00:32:27 +02:00
log minor fixes to prevent go vet from complaining 2021-02-13 19:18:38 +03:00
netfilter wait for success when sending packet to chan, don't error out after first failed attempt. 2021-02-19 09:01:01 +03:00
netlink improved PID discovering 2021-07-29 15:40:25 +02:00
netstat updated import paths 2020-12-09 18:18:42 +01:00
procmon cache, pids/inodes: fixed race conditions, improvements 2021-07-21 15:04:23 +02:00
rule removed debugging log message 2021-07-16 23:24:52 +02:00
statistics Use daemon's event timestamp in UI. 2020-12-22 22:50:18 +03:00
ui allow to configure what firewall to use 2021-08-09 00:32:27 +02:00
.gitignore daemon -> opensnitchd (ref #118) 2018-04-10 18:38:04 +02:00
default-config.json allow to configure what firewall to use 2021-08-09 00:32:27 +02:00
go.mod added nftables support 2021-06-07 01:32:05 +02:00
Gopkg.toml fix: calling ftrace probe Reset in order to start from a clean state (fixes #159) 2018-04-18 02:00:12 +02:00
main.go allow to configure what firewall to use 2021-08-09 00:32:27 +02:00
Makefile makefile: 2021-02-13 18:48:49 +03:00
opensnitch.spec Bump versions to v1.4.0rc3 2021-07-16 23:41:02 +02:00
opensnitchd.service set server address and log file from the default config 2020-10-26 23:16:27 +01:00
system-fw.json Merge branch 'priority-rules' into main 2020-11-13 00:14:39 +01:00