The biometric unlock setup does not work on Fedora Silverblue due to its read-only file system. A solution or workaround for this issue would enhance usability for users on this OS.
### Steps To Reproduce 1. Install Fedora Silverblue (may work on other ostree based OSes) 2. Follow setup guide https://bitwarden.com/help/biometrics/#tab-linux-2vCWb5iFg4OqKS0B2xXpqW 3. Run `wget` from guide ### Expected Result Successfully set up biometric unlock. ### Actual Result Failed with this: ``` ➜ ~ sudo wget -O /usr/share/polkit-1/actions/com.bitwarden.Bitwarden.policy https://raw.githubusercontent.com/bitwarden/clients/main/apps/desktop/resources/com.bitwarden.desktop.policy Failed to open '/usr/share/polkit-1/actions/com.bitwarden.Bitwarden.policy' (30) [0] Downloading 'https://raw.githubusercontent.com/bitwarden/clients/main/apps/desktop/resources/com.bitwarden.desktop.policy' ... HTTP response 200 [https://raw.githubusercontent.com/bitwarden/clients/main/apps/desktop/resources/com.bitwarden.desktop.policy] ``` The error wasn't very verbose so I used bash with curl too, which indicated the real failure: ``` ➜ ~ sudo bash -c 'curl >/usr/share/polkit-1/actions/com.bi