Skip to content

Commit 26db666

Browse files
committed
Simplify udev line
1 parent 6551154 commit 26db666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yubikey-lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# #And:
2525
# 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"
26+
# ACTION=="remove", ENV{ID_VENDOR}=="Yubico", RUN+="/data/git/alex/scripts/yubikey-lock"
2727
# EOF
2828
# sudo udevadm control --reload && sleep 1 && sudo /etc/init.d/udev restart
2929

0 commit comments

Comments
 (0)