aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordrduh <github@duh.to>2024-10-31 19:31:48 +0000
committerGitHub <noreply@github.com>2024-10-31 19:31:48 +0000
commit9054f8fcbf1cdd91cd8b495ee093ec167b5a6231 (patch)
tree852e7522bcd54e96343ee38c62f789a71834d744
parentMerge pull request #458 from drduh/18aug24 (diff)
parentFix grammar mistake in passage about polkit rules (diff)
downloadYubiKey-Guide-9054f8fcbf1cdd91cd8b495ee093ec167b5a6231.tar.gz
Merge pull request #462 from xty/patch-1
Fix grammar mistake in passage about polkit rules
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 596c5fb..d246c3d 100644
--- a/README.md
+++ b/README.md
@@ -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