ben-grande
ben-grande
> simplify the support of USB headsets This is not specific to USB headset, but to any USB device you want persistently attached. 1. do not attach USB devices to...
> FYI, I am running 4.2, and it has a sys-usb. already. Can I do step 3 via the gui? No, but with Demi's advice, you can skip attaching to...
> https://github.com/QubesOS/qubes-issues/issues/8847#issuecomment-1883536438 > @ben-grande try enabling [debug log](https://github.com/QubesOS/qubes-app-u2f/blob/main/Documentation/manpages/qctap-client-pin.rst#bugs), maybe it will explain things Follow the debug instructions, needs to be applied in `sys-usb`.
I managed to enable debug logs on `sys-usb`. I don't understand how private these information really are to share, the client pin, the codes sent and received... I understand they...
I forgot to mention, everything above was with `Chromium 120.0.6099.199`. With `Firefox 115.6.0esr`, `ctap.ClientPin` is asked only once, no password prompt in webauthn.io, but `u2f.Register` and `u2f.Authenticate` are hard, there...
@andrewdavidwong I believe you removed the tag `C: U2F proxy` by mistake.
Update: if site requires a pin, the call `ctap.ClientPin` is run 4 times. If the site does not require a pin from the FIDO key, the call happens only once....
> First and foremost, the resulting systray-icon is very different from the one dom0 got. Try `volumeicon`, it is not feature rich, but works. About a feature-rich icon, that is...
PR submitted. User can override any drop-in configuration file with `~/.config/qubes-split-gpg2/qubes-split-gpg2.conf`. The drop-in configuration files can override the `[DEFAULTS]` section.
@adrelanos > ``` > # In Qubes VMs there is no point in isolating the root account from > # the user account. > ``` > > Rewrite because sudo...