apparmor-profiles icon indicating copy to clipboard operation
apparmor-profiles copied to clipboard

Firefox 2FA keys

Open TheJimmyNowak opened this issue 2 years ago • 2 comments

Hello First of all thank you for your profiles you saved a lot of my time! While using firefox I've tried to login with my Yubico 5 NFC key, but authentication fails :< after disabling a profile everything works fine. I've tried it on firefox and on librewolf. I will try to do something with it, when I will have free time. Just living issue for you right now ;)

TheJimmyNowak avatar Sep 15 '23 11:09 TheJimmyNowak

Thanks for the report. Unfortunately, I do not have a Yubico or other physical 2FA device to test with and update the profile. I'd be happy to take a PR from anyone to fix it but I couldn't guarantee the rules would work forever.

krathalan avatar Sep 15 '23 19:09 krathalan

I got FIDO2 to work by adding these rules:

@{sys}/bus/ r,
@{sys}/class/{,hidraw/} r,
/dev/hidraw* rw,

Zireael-N avatar Mar 23 '24 20:03 Zireael-N