diff options
author | drduh <github@duh.to> | 2024-10-31 19:31:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 19:31:48 +0000 |
commit | 9054f8fcbf1cdd91cd8b495ee093ec167b5a6231 (patch) | |
tree | 852e7522bcd54e96343ee38c62f789a71834d744 | |
parent | Merge pull request #458 from drduh/18aug24 (diff) | |
parent | Fix grammar mistake in passage about polkit rules (diff) | |
download | YubiKey-Guide-9054f8fcbf1cdd91cd8b495ee093ec167b5a6231.tar.gz |
Merge pull request #462 from xty/patch-1
Fix grammar mistake in passage about polkit rules
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2119,7 +2119,7 @@ gpg: [stdin]: encryption failed: Unusable public key - If the _pinentry_ graphical dialog does not show and this error appears: `sign_and_send_pubkey: signing failed: agent refused operation`, install the `dbus-user-session` package and restart for the `dbus` user session to be fully inherited. This is because `pinentry` complains about `No $DBUS_SESSION_BUS_ADDRESS found`, falls back to `curses` but doesn't find the expected `tty` -- If, when you try the above `--card-status` command, you get receive the error, `gpg: selecting card failed: No such device` or `gpg: OpenPGP card not available: No such device`, it's possible that the latest release of pcscd is now requires polkit rules to operate properly. Create the following file to allow users in the `wheel` group to use the card. Be sure to restart pcscd when you're done to allow the new rules to take effect. +- If, when you try the above `--card-status` command, you get receive the error, `gpg: selecting card failed: No such device` or `gpg: OpenPGP card not available: No such device`, it's possible that the latest release of pcscd now requires polkit rules to operate properly. Create the following file to allow users in the `wheel` group to use the card. Be sure to restart pcscd when you're done to allow the new rules to take effect. ```console cat << EOF > /etc/polkit-1/rules.d/99-pcscd.rules |