-
Notifications
You must be signed in to change notification settings - Fork 555
Closed as not planned
Labels
appleOnly affects Apple platformOnly affects Apple platform
Description
Read the FAQ first
- I have checked the FAQ but the issue is not covered
Description
In the latest macOS version (Sequoia 15.6), Fastfetch displays the SSID in the WiFi module as <redacted>
.
I read on the release notes that this will be the default behaviour for macOS Tahoe and later, but I am currently using macOS Sequoia 15.6
Due to more restrictive permissions in macOS Tahoe, SSID detection on macOS 26+ requires root privileges.
<redacted>
will be displayed otherwise.
Version used
2.49.0
Bug prevalence
Always
Regression
No
Installation
GitHub Releases
Screenshots
Configuration
System information
{
"type": "Wifi",
"result": [
{
"inf": {
"description": "en0",
"status": "Power On"
},
"conn": {
"status": "Active",
"ssid": "<redacted>",
"bssid": "<redacted>",
"protocol": "802.11ax (Wi-Fi 6)",
"security": "WPA3 Personal",
"signalQuality": 100.0,
"rxRate": null,
"txRate": 960.0,
"channel": 100,
"frequency": 5400
}
}
],
"stat": 19.264000000199303
},
Features built-in
threads
vulkan
imagemagick7
chafa
zlib
sqlite3
Metadata
Metadata
Assignees
Labels
appleOnly affects Apple platformOnly affects Apple platform