linux-credentials/credentialsd

Enumerate available transports

Open

#32 opened on May 22, 2025

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Rust (16 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (234 stars)
PR merge metrics
 (PR metrics pending)

Description

Right now, available transports are just hard-coded in the credential service (here). We should change this to query the system for available USB and Bluetooth controllers to determine which transports we should make display to the user for selection.

(Eventually, this will also need to include linked hybrid devices, but for now, let's focus on the hardware enumeration.)

Contributor guide