Skip to content

Commit 8fa298e

Browse files
committed
ssh is also dangerous
1 parent 9d2a553 commit 8fa298e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/opensnitch/dialogs/prompt/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
APPIMAGE_PREFIX = "/tmp/.mount_"
3434
SNAP_PREFIX = "/snap"
35-
FULL_COMMAND_BIN = ["python", "curl", "wget", "node", "java"]
35+
FULL_COMMAND_BIN = ["python", "curl", "wget", "node", "java", "ssh"]
3636

3737
# label displayed in the pop-up combo
3838
DURATION_session = QC.translate("popups", "until reboot")

0 commit comments

Comments
 (0)