mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-06 09:30:58 +01:00
23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
Whenever a process wants to establish a new connection, OpenSnitch will prompt you to allow or deny it.
|
|
|
|

|
|
|
|
Fields meaning:
|
|
|
|
1. The name of the executable.
|
|
2. The command that the user typed.
|
|
3. The path to the executable.
|
|
|
|
Notes:
|
|
|
|
- If the user typed the absolute path to the binary, then the 3rd field is not displayed.
|
|
- If the typed command equals to the name of the binary (like in `curl -L http://..`), the 1st and 2nd executable name will be equal. It seems logical, but in some cases as the one shown in the screen shot, it's not always the case.
|
|
- If the text of a field is too large to fit in the window, 3 dots are added to the end of the text (
|
|
) . Place the cursor over the text to see all the text.
|
|
|
|
Advanced view
|
|
---
|
|
|
|
By clicking on the [+] button, you can display the _advanced view_, where you can select more connection fields to block:
|
|
|
|

|