We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6551154 commit 26db666Copy full SHA for 26db666
yubikey-lock
@@ -23,7 +23,7 @@
23
24
# #And:
25
# cat << EOF |sudo tee /etc/udev/rules.d/99-yubikey-autolock.rules
26
-# KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", TAG+="uaccess", GOTO="yubikey_end" ACTION=="remove", RUN+="/data/scripts/alex/yubikey-lock" LABEL="yubikey_end"
+# ACTION=="remove", ENV{ID_VENDOR}=="Yubico", RUN+="/data/git/alex/scripts/yubikey-lock"
27
# EOF
28
# sudo udevadm control --reload && sleep 1 && sudo /etc/init.d/udev restart
29
0 commit comments