Skip to content

Commit ffd3aa0

Browse files
committed
Set full command as default for dangerous binaries
For commands that should not be blanket-allowed like curl or wget, set the "this command line only" as default target for rules
1 parent ae8676f commit ffd3aa0

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
@@ -39,7 +39,7 @@
3939

4040
APPIMAGE_PREFIX = "/tmp/.mount_"
4141
SNAP_PREFIX = "/snap"
42-
FULL_COMMAND_BIN = ["python", "curl", "wget", "node", "java", "ssh"]
42+
FULL_COMMAND_BIN = ["python", "curl", "wget", "node", "java"]
4343

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

0 commit comments

Comments
 (0)