Connection Alert / Notification pop ups? #24
Replies: 2 comments 10 replies
-
|
Connection alerts are not possible with the type of eBPF interception we make in Little Snitch for Linux. Thats way more complex because the process must be paused or the network package must be put on hold while the alert is shown. I recommend OpenSnitch for this purpose. I think it should even possible to run both, but have not tried yet. I, personally, prefer the alert-less mode on new platforms because:
|
Beta Was this translation helpful? Give feedback.
-
|
If they were to add in connection alert style actions, I imagine it would need to be asynchronous to align with the current design goals (remote execution and web-based monitoring, for instance). To accomplish that, perhaps leveraging the deny-by-default mode, but having it generate something like a "user action" queue that can be reviewed and actioned later (either in the web UI, or some future native UI with popups). All the content that would normally go into a connection alert on Little Snitch for Mac could be stored in each queue element for future action. This could potentially go a long way to bridging the gap between current after-action monitoring and the Mac version's popups, and shouldn't be too invasive to the current implementation. That is assuming it could be implemented by appending a "pending user action" to a queue when the default deny rule gets hit. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Am I right in that the linux version does not yet support Connection Alert / Notification pop ups?
I was hoping to replace opensnitch as the UI for that is awful, but I do require Connection Alert / Notification pop ups for new/unknown connections.
Beta Was this translation helpful? Give feedback.
All reactions