evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
10.74k stars 498 forks source link

Qt blocks Ctrl-C #65

Closed adisbladis closed 7 years ago

adisbladis commented 7 years ago

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 mainloop is always running.

allo- commented 7 years ago

Same here. SIGTERM doesn't seem to reset the firewall rules. Is there currently any way to stop it without flushing iptables?

adisbladis commented 7 years ago

@allo- This issue will largely be resolved when https://github.com/evilsocket/opensnitch/issues/20 is fixed since the rules should not be directly handled by the ui.

I tried looking into it but me and gui programming don't really mix.

adisbladis commented 7 years ago

Fixed in https://github.com/evilsocket/opensnitch/pull/84