I have added a udev rule for my
Arduino, but the symlink gets the ownership "root root" instead of "root dialout".
$ cat /etc/udev/rules.d/47-Arduino.rules
SUBSYSTEM=="usb", ATTR{idVendor}=="2341", ATTR{idProduct}=="0001", MODE="0666", SYMLINK+="
arduino", GROUP="dialout"
$ ls -la /dev/ar*
lrwxrwxrwx 1 root root
…