diff options
author | Tharre <tharre3@gmail.com> | 2024-03-03 05:05:22 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2024-03-03 05:11:49 +0100 |
commit | 89d65bd88f5aafb055de31f767bc62ad4ba2e7a0 (patch) | |
tree | a6a3aa81e0a758920ecb874a36103de31f87c35f /arch-system/etc-yubikey.rules | |
parent | fc19846e74eed98c205c132fdfdd18baaff980e8 (diff) | |
download | pkgbuilds-89d65bd88f5aafb055de31f767bc62ad4ba2e7a0.tar.gz pkgbuilds-89d65bd88f5aafb055de31f767bc62ad4ba2e7a0.tar.xz pkgbuilds-89d65bd88f5aafb055de31f767bc62ad4ba2e7a0.zip |
arch-system: remove yubikey udev rules
This seems to now be done by gpg since version 2.2.6[0], so remove this
hack.
[0] https://dev.gnupg.org/T3825
Diffstat (limited to 'arch-system/etc-yubikey.rules')
-rw-r--r-- | arch-system/etc-yubikey.rules | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch-system/etc-yubikey.rules b/arch-system/etc-yubikey.rules deleted file mode 100644 index 6d8238b..0000000 --- a/arch-system/etc-yubikey.rules +++ /dev/null @@ -1,13 +0,0 @@ -# Yubico Yubikey -# -# This is a ugly hack to prevent scdaemon from locking up after suspend. -# Note that more civil methods, like gpgconf --kill scdaemon or just sending a -# normal TERM doesn't work. -# see https://wiki.gnupg.org/SmartCard#Known_problem_of_Yubikey -ATTRS{idVendor}=="1050", \ -ATTRS{idProduct}=="0010|0405|0110|0111|0116", \ -ENV{ID_SECURITY_TOKEN}="1", \ -RUN+="/usr/bin/killall -9 scdaemon", \ -TAG+="uaccess" - -LABEL="yubico_end" |