X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2F70-uaccess.rules;h=d1275f2ca9197066bf1a8ad3d0718c955be81b1b;hp=18dd4433e73996c4cc08c673bc262fa82f0c48ad;hb=ce0fc5f5f6debc6e37ac3ab0a3ea1c9c35b3ed99;hpb=83cd6b754b270091840456a2c8a66dae19f5a7dc diff --git a/src/login/70-uaccess.rules b/src/login/70-uaccess.rules index 18dd4433e..d1275f2ca 100644 --- a/src/login/70-uaccess.rules +++ b/src/login/70-uaccess.rules @@ -1,8 +1,8 @@ # This file is part of systemd. # # systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. ACTION=="remove", GOTO="uaccess_end" @@ -51,6 +51,9 @@ SUBSYSTEM=="misc", KERNEL=="kvm", TAG+="uaccess" # smart-card readers ENV{ID_SMARTCARD_READER}=="*?", TAG+="uaccess" +# (USB) authentication devices +ENV{ID_SECURITY_TOKEN}=="*?", TAG+="uaccess" + # PDA devices ENV{ID_PDA}=="*?", TAG+="uaccess"