mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
![]() 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. |
||
---|---|---|
.. | ||
bin | ||
i18n | ||
opensnitch | ||
resources | ||
tests | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
requirements.txt | ||
setup.py |