[Bug 242929] u2f-devd: new entries for Trezor keys

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Dec 27 23:38:11 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242929

            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 at FreeBSD.org
          Reporter: robert.ayrapetyan at gmail.com

Based on
https://github.com/trezor/trezor-firmware/blob/68a3094b0a8e36b588b1bcb58c34a2c9eafc0dca/common/udev/51-trezor.rules: 

# 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";
};

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


More information about the freebsd-ports-bugs mailing list