fwupd HSI audit helper for Bluefin DX NVIDIA systems: s2idle, suspend-to-ram, polkit, firmware warnings #4680
GloverChris
started this conversation in
Discussions
Replies: 1 comment 2 replies
|
Shoving it in here is fine the bots index this forum. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Updated Post
What this script does
It checks:
fwupdmgr securityoutputpolkitis running, since that can cause theAuthorization not availableerrorbootctl/sys/power/mem_sleepmem_sleep_default=s2idleis already setfwupdmgrBy default it is read-only. It should mostly just explain what it finds and help users decide whether something is actually actionable.
The one optional change path is suspend-related: if the machine supports
s2idle, the script can applymem_sleep_default=s2idlethroughrpm-ostree kargswhen explicitly requested.The goal is not to turn every HSI warning into a todo list. Some findings are firmware, hardware, or vendor capability issues. The script is mostly meant to separate “you should probably fix this” from “this is just how this platform reports itself.”
bluefin_security_audit.sh
[Original Post] Keeping so context doesn't get lost
I noticed a common set of fwupd HSI findings on Bluefin DX NVIDIA systems:
bluefin_security_audit.sh
I put together a read-only-by-default helper script that audits the common states and optionally applies mem_sleep_default=s2idle via rpm-ostree kargs.
Would this be useful as:
Happy to clean it up to project standards if maintainers think it’s useful. (Script Attached)
All reactions