[PR #7358] [MERGED] Add pm-26340-linux-biometrics-v2 feature flag #37067

Closed
opened 2026-07-13 21:34:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/7358
Author: @pilotstew
Created: 6/21/2026
Status: Merged
Merged: 7/7/2026
Merged by: @BlackDex

Base: mainHead: add-linux-biometrics-v2-flag


📝 Commits (1)

  • 995c96a Add pm-26340-linux-biometrics-v2 feature flag

📊 Changes

2 files changed (+2 additions, -0 deletions)

View changed files

📝 .env.template (+1 -0)
📝 src/config.rs (+1 -0)

📄 Description

Adds the pm-26340-linux-biometrics-v2 feature flag to the supported client feature flags allowlist.

Bitwarden's desktop client rewrote Linux biometric (polkit) unlock as a v2 implementation gated behind the pm-26340-linux-biometrics-v2 LaunchDarkly flag (client constant LinuxBiometricsV2 in libs/common/src/enums/feature-flag.enum.ts; introduced in bitwarden/clients PRs #16660 / #16661). On recent desktop builds the "Unlock with biometrics" option is hidden on Linux unless the server advertises this flag via /api/config, so self-hosted users can no longer enable fingerprint/polkit unlock.

This mirrors the Windows equivalent added in #6468 (pm-25373-windows-biometrics-v2): a one-line addition to SUPPORTED_FEATURE_FLAGS plus the matching .env.template documentation. After this, setting EXPERIMENTAL_CLIENT_FEATURE_FLAGS=pm-26340-linux-biometrics-v2 lets the Linux desktop client expose biometric unlock again.

Available since Desktop 2025.11.0.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/7358 **Author:** [@pilotstew](https://github.com/pilotstew) **Created:** 6/21/2026 **Status:** ✅ Merged **Merged:** 7/7/2026 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `add-linux-biometrics-v2-flag` --- ### 📝 Commits (1) - [`995c96a`](https://github.com/dani-garcia/vaultwarden/commit/995c96a55a52705dafe1617c89d3fa00f6c7e60b) Add `pm-26340-linux-biometrics-v2` feature flag ### 📊 Changes **2 files changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+1 -0) 📝 `src/config.rs` (+1 -0) </details> ### 📄 Description Adds the `pm-26340-linux-biometrics-v2` feature flag to the supported client feature flags allowlist. Bitwarden's desktop client rewrote Linux biometric (polkit) unlock as a v2 implementation gated behind the `pm-26340-linux-biometrics-v2` LaunchDarkly flag (client constant `LinuxBiometricsV2` in `libs/common/src/enums/feature-flag.enum.ts`; introduced in bitwarden/clients PRs #16660 / #16661). On recent desktop builds the "Unlock with biometrics" option is hidden on Linux unless the server advertises this flag via `/api/config`, so self-hosted users can no longer enable fingerprint/polkit unlock. This mirrors the Windows equivalent added in #6468 (`pm-25373-windows-biometrics-v2`): a one-line addition to `SUPPORTED_FEATURE_FLAGS` plus the matching `.env.template` documentation. After this, setting `EXPERIMENTAL_CLIENT_FEATURE_FLAGS=pm-26340-linux-biometrics-v2` lets the Linux desktop client expose biometric unlock again. Available since Desktop 2025.11.0. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-13 21:34:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#37067