/lib/udev/rules.d/98-galileo.rules is in galileo 0.5.1-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # These udev rules are for the Fitbit Bluetooth-LE USB synchronization dongle which is
# used by Galileo to securely synchronize a Fitbit device with the Fitbit web service.
# This file (98-galileo.rules) is installed by the package "galileo".
# The rule below allow to run galileo as a non-privileged user logged into the
# console and not as a daemon.
SUBSYSTEM=="usb", ATTR{idVendor}=="2687", ATTR{idProduct}=="fb01", \
SYMLINK+="fitbit", MODE="0660", GROUP="plugdev", TAG+="uaccess"
# The package "galileo-daemon" install another rule with a higher
# priority (99-galileo-daemon.rules).
# The rule in the file (99-galileo-daemon.rules) will override the rule above.
# This new rule allow to run galileo as a daemon under the "galileo" account.
|