Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 23:38:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242929] u2f-devd: new entries for Trezor keys
Message-ID:  <bug-242929-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242929

            Bug ID: 242929
           Summary: u2f-devd: new entries for Trezor keys
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: robert.ayrapetyan@gmail.com

Based on
https://github.com/trezor/trezor-firmware/blob/68a3094b0a8e36b588b1bcb58c34=
a2c9eafc0dca/common/udev/51-trezor.rules:=20

# Trezor (One and T models)
notify 100 {
        match "system"          "USB";
        match "subsystem"       "DEVICE";
        match "type"            "ATTACH";
        match "vendor"          "(0x534c|0x1209)";
        match "product"         "(0x0001|0x53c0|0x53c1)";
        action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
};

attach 100 {
        match "vendor"          "(0x534c|0x1209)";
        match "product"         "(0x0001|0x53c0|0x53c1)";
        action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
};

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242929-7788>