opensnitch/daemon
Gustavo Iñiguez Goia ae9aa40c37
deserialize rules operator list correctly
In b93051026e we disabled sending/parsing
list operators as JSON strings. Instead, now it's sent/parsed as
protobuf Rule, and saved to disk as JSON array, which ease the task of
manually creating new rules if needed.

This change was missing in the previous commit.

(cherry picked from commit 2fc9ed276b)
2024-06-21 14:35:15 +02:00
..
conman structs fields reorganized 2024-01-13 22:15:23 +01:00
core Bumped versions to v1.6.6 2024-06-20 00:45:33 +02:00
data/rules Added sample rule to allow localhost connections 2023-07-23 22:30:49 +02:00
dns clean dns ebpf hooks on exit 2024-01-28 01:14:15 +01:00
firewall structs fields reorganized 2024-01-13 22:15:23 +01:00
log structs fields reorganized 2024-01-13 22:15:23 +01:00
netfilter structs fields reorganized 2024-01-13 22:15:23 +01:00
netlink removed debugging logs, fixed build 2023-07-25 02:11:35 +02:00
netstat strings concatenation improvements 2024-01-15 17:44:32 +01:00
procmon disable (process) ebpf events when to many errors 2024-06-12 23:58:10 +02:00
rule deserialize rules operator list correctly 2024-06-21 14:35:15 +02:00
statistics strings concatenation improvements 2024-01-15 17:44:32 +01:00
ui updated daemon/ui tests 2024-01-24 20:22:34 +01:00
.gitignore daemon -> opensnitchd (ref #118) 2018-04-10 18:38:04 +02:00
default-config.json Introduce 2 new daemon logging options: LogUTC & LogMicro. 2023-06-05 20:46:42 -06:00
go.mod bumped minimum require go version to 1.17 2024-06-13 00:49:35 +02:00
go.sum bumped minimum require go version to 1.17 2024-06-13 00:49:35 +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 added Reject to the list of DefaultActions(s) 2024-06-13 00:09:00 +02:00
Makefile daemon/Makefile: improvements to make distro packaging easier (#780) 2022-12-21 10:35:52 +01:00
opensnitchd-dinit Add files via upload 2023-06-17 23:56:58 +02:00
opensnitchd-openrc feat(daemon): add OpenRC script 2023-04-02 02:33:40 +02:00
opensnitchd.service Replace docs link in opensnitchd.service 2023-02-09 20:56:29 +00:00
system-fw.json added icmp destination-unreachable to system-fw.json 2023-07-26 11:40:17 +02:00