mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
updated after opensnitch repo commit aa01faaa2c
parent
58c191a60a
commit
f1f9c5a61b
1 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,7 @@ As the connections are originated from kernel-space, you need to enable this opt
|
|||
By default OpenSnitch UI listens on a local Unix socket in /tmp/osui.sock.
|
||||
|
||||
In some distros, /tmp is cleared out every time in a while, so you're encouraged to change it to other location.
|
||||
Also, this Unix socket should only be readable by the GUI's user.
|
||||
|
||||
On latest v.1.6.x version, you can change it to unix:///run/user/1000/opensnitch/osui.sock
|
||||
|
||||
|
@ -79,3 +80,10 @@ It is saved under _$HOME/.config/opensnitch/settings.conf_, and it's handled by
|
|||
|
||||
***
|
||||
|
||||
**Clarification on how the DefaultAction option works**
|
||||
|
||||
- When the daemon is not connected to the GUI, it'll use the DefaultAction configured in /etc/opensnitchd/default-config.json (Default Allow)
|
||||
- When the daemon is connected to the GUI, the GUI will reconfigure daemon's DefaultAction value with the one defined by the GUI (default Deny).
|
||||
This change will only be valid while it's connected to the GUI. The value defined in default-config.json is not modified.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue