feat: add fido2 tools to USBVM and clients

This commit is contained in:
Ben Grande 2025-01-09 16:44:56 +01:00
parent 855c2ab5d4
commit ca5ef5cb94
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
@ -19,5 +19,6 @@ include:
- setopt: "install_weak_deps=False"
- pkgs:
- qubes-ctap
- fido2-tools
{% endif -%}

View File

@ -1,5 +1,5 @@
{#
SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
SPDX-License-Identifier: AGPL-3.0-or-later
#}
@ -21,5 +21,6 @@ include:
- qubes-input-proxy-sender
- qubes-usb-proxy
- qubes-ctap
- fido2-tools
{% endif -%}