[Wayland-bugs] [Bug 104030] Incorrect case with Yubikey static password with libinput 1.9.3-1 on Arch Linux
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Dec 4 03:10:18 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=104030
--- Comment #6 from crossbowffs at live.com ---
(In reply to Peter Hutterer from comment #4)
> Similar to bug 104041, they probably all have the same underlying cause.
> I'll need an evemu-record for each device to verify this though. Note that
> this will record the keys, so password leakage can happen. To avoid this,
> please change the text file as below.
>
> Any MSC_SCAN line can be deleted
>
> E: 0.015985 0004 0004 458787 # EV_MSC / MSC_SCAN 458787
>
> Any KEY_foo line that is a password-key needs to be modified:
> E: 0.015985 0004 0004 458787 # EV_KEY / KEY_A 1
>
> Change the whole line to "somekey 1" and "somekey 0", depending on the
> value. I only need to know press vs release, not which key. Do this only for
> the alphanumeric keys, not the modifiers like Ctrl, shift, alt because those
> I need to be able to identify. So the file should read something like this:
>
> somekey 1
> E: 0.015985 0001 0000 0000 # ------------ SYN_REPORT (0) ---------- +0ms
> E: 0.015985 0004 0004 458787 # EV_KEY / KEY_CTRL 1
> somekey 0
> E: 0.015985 0001 0000 0000 # ------------ SYN_REPORT (0) ---------- +0ms
>
> If you're not worried about the contents, then just attach the file as it
> comes out of evemu-record.
Minor typo in my last post, it was Win+D instead of Ctrl+D. Anyways, here's my
output from evemu-record:
E: 0.000001 0004 0004 458979 # EV_MSC / MSC_SCAN 458979
E: 0.000001 0001 007d 0001 # EV_KEY / KEY_LEFTMETA 1
E: 0.000001 0004 0004 458759 # EV_MSC / MSC_SCAN 458759
E: 0.000001 0001 0020 0001 # EV_KEY / KEY_D 1
E: 0.000001 0000 0000 0000 # ------------ SYN_REPORT (0) ---------- +0ms
E: 0.125993 0004 0004 458979 # EV_MSC / MSC_SCAN 458979
E: 0.125993 0001 007d 0000 # EV_KEY / KEY_LEFTMETA 0
E: 0.125993 0004 0004 458759 # EV_MSC / MSC_SCAN 458759
E: 0.125993 0001 0020 0000 # EV_KEY / KEY_D 0
E: 0.125993 0000 0000 0000 # ------------ SYN_REPORT (0) ---------- +125ms
Same output for both libinput 1.9.2 and 1.9.3.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20171204/0a99d25f/attachment.html>
More information about the wayland-bugs
mailing list