You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove com.apple.quarantine xattr on macOS after binary install so
Gatekeeper does not block execution (verified through macOS Tahoe 16)
- Expand installer VIRTUAL_PREFIXES from 12 to 22 entries with labels
for LXC/LXD, Proxmox, Podman, HA OS, and tunnel interfaces
- Add macOS code signing dropdown to README Quick Start section
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes to SMART Sniffer are documented here.
4
4
5
+
## v0.5.5.5 -- 2026-04-27
6
+
7
+
Installer-only patch. No agent, integration, or config changes.
8
+
9
+
### Fixed
10
+
-**macOS: installer now removes Gatekeeper quarantine flag** -- files downloaded via curl get a `com.apple.quarantine` extended attribute that blocks execution with an "unidentified developer" dialog. The installer now strips this automatically. Previously, macOS users had to run `xattr -d` manually or navigate System Settings after install.
11
+
-**Installer interface picker labels updated** -- the network interface picker now correctly tags LXC/LXD bridges, Proxmox interfaces, Podman, HA OS supervisor bridges, and tunnel/VPN interfaces. Previously only Docker, ZeroTier, Tailscale, WireGuard, libvirt, VirtualBox, and VMware were labeled.
12
+
5
13
## v0.5.5.4 -- 2026-04-25
6
14
7
15
Agent-only patch. No integration, installer, or config changes.
The agent binary is not code-signed or notarized. macOS Gatekeeper will block it on first run with a "cannot be opened" or "unidentified developer" dialog.
250
+
251
+
If you installed via the install script, remove the quarantine flag manually:
Alternatively, go to **System Settings > Privacy & Security**, find the blocked app, and click **Open Anyway**.
264
+
265
+
> **Note:** The right-click > Open workaround was removed in macOS Sequoia (15.0). The `xattr` method above works on all current macOS versions including Sequoia.
0 commit comments