Earlier quoted context omitted.
I've seen /, -, --, and +. Any other ones leap to mind? I wonder if there's a complete list somewhere.
The usual convention is a single hyphen for short-form (single-letter) options, and a double hyphen for long-form options: > python -v or > python —-version It’s good practice to offer both. It should also be possible to set multiple options at once by appending one after another in short form following a single hyphen: > ls -alR is the same as > ls -a -l -R Long-form options are technically a GNU thing [0] and are n…
LuLu: An open-source macOS firewall that blocks unknown outgoing connections
51–60 of 252 posts
Re: LuLu: An open-source macOS firewall that blocks unknown outgoing connections
#52"Currently, LuLu only supports rules at the 'process level', meaning a process (or application) is either allowed to connect to the network or not. As is the case with other firewalls, this also means that if a legitimate (allowed) process is abused by malicious code to perform network actions, this will be allowed."
In other words, it won't stop malicious Javascript running in your browser from making an outbound connection, which is the most common way for malware to do that.
It does say "currently", but I'm not sure how you would get around this flaw; at any rate, nobody has yet figured out how.
Re: LuLu: An open-source macOS firewall that blocks unknown outgoing connections
#53What's the CPU usage? I tried Little Snitch, but it was often consuming insane amounts of CPU (40%+) which matters a lot on a 12' Macbook on battery, so I uninstalled it.
Long time Little Snitch user here, that seems ... high
It's probably due to the absurd amounts of logging it does (every single connection tracked on a world map), which I didn't find a way to disable... I probably have an abnormal number of connections too due to torrenting (only Linux distros obviously). The Macbook CPU isn't high performance either.
Re: LuLu: An open-source macOS firewall that blocks unknown outgoing connections
#54edit: there is an open issue about it: https://github.com/objective-see/LuLu/issues/4
Re: LuLu: An open-source macOS firewall that blocks unknown outgoing connections
#55Unfortunately, this still has the key flaw that has plagued outbound firewalls since their invention: "Currently, LuLu only supports rules at the 'process level', meaning a process (or application) is either allowed to connect to the network or not. As is the case with other firewalls, this also means that if a legitimate (allowed) process is abused by malicious code to perform network actions, this will be allowed."…
"Solve" not solve because, for me, setting up baseline rule sets was too intrusive to my workflow.
Re: LuLu: An open-source macOS firewall that blocks unknown outgoing connections
#56Unless I'm mistaken, this isn't actually open source, as it's under a non-commercial clause. edit: there is an open issue about it: https://github.com/objective-see/LuLu/issues/4
Re: LuLu: An open-source macOS firewall that blocks unknown outgoing connections
#57Looks promising. I used to use Little Snitch, but last year they decided to charge for the new version, and I uninstalled it. Little Snitch was effective, but overly complex for the average user. I'm sure it's great for someone who configures networks on a regular basis, but as a Mac user, I just want to use my Mac. If I wanted to twiddle with security settings all day long, I'd still be on Windows. This looks like i…
I happily paid for Little Snitch and was comforted by the fact that I was the customer.
Re: LuLu: An open-source macOS firewall that blocks unknown outgoing connections
#58Nowadays it's more important to control and restrict outgoing connections than incoming connections. Who would had thought of that 25 years ago.
Later I switched to McAfee Corporate Firewall (in which I could even allow/block IPs/ports).
Now I am proudly using WFC that someone mentioned in another post earlier.
Re: LuLu: An open-source macOS firewall that blocks unknown outgoing connections
#59Does anyone know how this compares to Little Snitch?
* Reporting domain names rather than just reporting destination IPs.
* Inbound monitoring & rules
* Temporary rules that auto-expire (e.g. Once, next 15 mins, etc.)
* Fine-grained control over protocol/domain/subdomain in blocking rules (at least when prompted)
* Graphical monitor of recent blocked/allowed traffic
* Profiles to easily change rule sets based on network, etc.
* Unclear whether LuLu provides special handling of connection attempts during startup, software updates, etc.
* Graphical installer, polish, support, etc.
...OTOH, LuLu does provide features I don’t recall seeing in LS:
* Icon indicating whether originating binary has been signed by system/third party/unsigned
* Button to optionally check binary hash against VirusTotal
Re: LuLu: An open-source macOS firewall that blocks unknown outgoing connections
#60Unless I'm mistaken, this isn't actually open source, as it's under a non-commercial clause. edit: there is an open issue about it: https://github.com/objective-see/LuLu/issues/4
So it is open source, but you're not free to do what you want with it.