opensnitch/daemon
Gustavo Iñiguez Goia 489b64730a Sort process descriptors by modified time
When parsing /proc/<pid>/fd/ looking for sockets, latest
modified/created descriptors are the most likely to have
generated connections.

This way we decrease the parsing time, system load and speed up process name
retrieval.
2020-02-11 21:32:48 +01:00
..
conman Lookup inode and uid via netlink 2019-12-01 20:10:49 +01:00
core Bump version to 1.0.0-rc2 2020-02-05 00:57:06 +01:00
dns Allow to see which domain a process is trying to resolve 2019-11-08 01:38:26 +01:00
firewall project import paths changed 2019-10-20 21:51:35 +02:00
log misc: small fix or general refactoring i did not bother commenting 2018-04-05 23:56:07 +02:00
netfilter Allow to compile the daemon with outdated libnetfilter-queue 2020-02-09 19:28:27 +01:00
netlink Fixed missing returned value 2020-02-05 00:26:32 +01:00
netstat Prompt the user to allow/deny all outgoing connections 2019-10-25 00:55:32 +02:00
procmon Sort process descriptors by modified time 2020-02-11 21:32:48 +01:00
rule Added initial support for advanced rules (lists) 2019-11-20 10:27:28 +01:00
statistics Merge branch 'fix_race_read_write_stats' into main 2019-10-20 22:28:45 +02:00
ui allow to configure unknown conns interception 2019-11-01 01:00:10 +01:00
.gitignore daemon -> opensnitchd (ref #118) 2018-04-10 18:38:04 +02:00
Gopkg.lock fix: calling ftrace probe Reset in order to start from a clean state (fixes #159) 2018-04-18 02:00:12 +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 more timeout options (30s, 5m, 15m, 30m, 1h) 2019-11-09 01:35:13 +01:00
Makefile migrating from glide to dep (closes #147) 2018-04-15 16:51:58 +02:00
opensnitchd.service misc: small fix or general refactoring i did not bother commenting 2018-04-13 11:18:26 +02:00