Files
moolticute/69-mooltipass.rules
Dr. Werner Fink 6d592deb39 Accepting request 981325 from home:suntorytimed:branches:home:fawz:mooltipass
- Update to v0.55.0
  * All:
    fix gnome on wayland crash
    smaller window for small resolution screens
    bug fix: mc-agent executable correct path
    bug fix: Fix crash during service name change
    better focus assist detection
    simpler key combination for secret tabs on mac (ctrl+f1/f2/f3)
    bug fix: Fix delete and rename account to the same name in MMM
    Enable to rename login to empty string in MMM
    Prevent changing login name to an existing one in MMM
    Disable export db prompt when there is no monitored file
    Do not save not confirmed changes when exiting MMM
    bug fix: integrity check with orphan children nodes
    duplicate service check in MMM
  * BLE:
    automatic bundle file parsing & password recognition
    correct error message when not approving prompts after MMM
    prompts for bundle version for v7

OBS-URL: https://build.opensuse.org/request/show/981325
OBS-URL: https://build.opensuse.org/package/show/security:privacy/moolticute?expand=0&rev=1
2022-06-09 07:25:54 +00:00

12 lines
732 B
Plaintext

# udev rules for allowing console user(s) and libusb access to Mooltipass Mini devices
ACTION!="add|change", GOTO="mooltipass_end"
# console user
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="09a0", MODE="0660", SYMLINK+="mooltipass_keyboard", TAG+="uaccess", TAG+="udev-acl"
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="4321", MODE="0660", SYMLINK+="mooltipass_keyboard", TAG+="uaccess", TAG+="udev-acl"
# libusb
SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="09a0", MODE="0660", SYMLINK+="mooltipass_device", TAG+="uaccess"
SUBSYSTEM=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="4321", MODE="0660", SYMLINK+="mooltipass_device", TAG+="uaccess"
LABEL="mooltipass_end"