opensnitch/ui
Gustavo Iñiguez Goia 915b325a00
ui: allow to configure (local) server address
Up until now, the daemon communicated with the GUI via a unix socket,
stored in /tmp.

/tmp however can be erased at any time (tmpreaper, systemd-tmpfiles.d),
which may lead to remove our unix socket file, and hence losing
connectiong with the daemon.

Now the user has the option to store the socket file under
/run/user/$uid/opensnitch/
https://www.linuxbase.org/betaspecs/fhs/fhs.html#runRuntimeVariableData

In the future we may switch to this path by default.
2022-10-06 13:57:52 +02:00
..
bin ui: allow to configure (local) server address 2022-10-06 13:57:52 +02:00
i18n Fix a minor typo (#610) 2022-02-05 20:58:27 +01:00
opensnitch ui: allow to configure (local) server address 2022-10-06 13:57:52 +02:00
resources ui: icons updated for better visibility on light themes 2022-03-10 17:59:03 +01:00
tests ui, tests: fixed, added new ones. 2022-01-14 01:25:56 +01:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2018-04-11 19:06:56 +02:00
LICENSE UI: added license, long description and distribute icons 2020-02-18 23:40:07 +01:00
Makefile Changed import ui_pb2 from global to relative 2021-06-18 12:54:17 -07:00
MANIFEST.in ui, deb/rpm: package translations 2021-01-06 21:41:54 +01:00
requirements.txt Allow using newer grpcio-tools 2021-04-24 21:05:02 +02:00
setup.py fixed UI icons 2020-04-09 18:45:05 +02:00