-
Trying to install on Lubuntu VM just to see how opensnitch looks. There was a lack of libcap-dev dependency detection, which I easily resolved, but which needs fixing, and then this mystery.
> ./…
-
Hello, tried this on Gentoo, emerged all the dependencies, installation goes OK. But I cannot start opensnitch due to an error:
```python
Traceback (most recent call last):
File "/usr/bin/opensni…
-
opensnitch cannot find processes for certain connections on my machine for example that is multicast of kodi and ntp query to different servers. I run Debian sid with systemd so this might not happen …
-
Followed setup instructions in Python 3.5.3 on Ubuntu 17.04 and get the following output when I run it:
```
WARNING: No route found for IPv6 destination :: (no default route?). This affects only IPv…
-
Managed to build `opensnitch` on Ubuntu 16.04 after the recent python3 fixes.
Seems like instructions still needs `python3` instead of `python` in [README.md](README.md) `setup.py` line.
Now get…
-
After [Simone's last fix](https://github.com/evilsocket/opensnitch/issues/54) (thanks for fixing so quickly!)
Looks like we're almost there...
```
$ sudo opensnitch
[2017-05-09 10:44:21,812] (…
-
Just gave a try on Ubuntu 14.04, and not much Python knowledge.
Promising project, but after install, didn't run.
FWIW, this happened:
(could be unrelated to opensnitch, but as a lambda user, I don…
-
It works briliantly, something I did love from WinXP time with few good Firewalls i did use that did ask you for every app/connection with allow/disallow.
The only problem for now is that even if y…
-
With current iptables rules packets that don't fit in the netfilter queue are automatically accepted. I think that the default should be exactly opposite, or at least configurable, for serious use.
…
-
The Qt mainloop blocks and intercepts Ctrl-C.
This means Ctrl-C does not lead to the application being terminated.
This was always the case. This issue has just been amplified now that the Qt main…