/lib/udev/rules.d/99-phoenix.rules is in python-expeyes 3.2.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 | # udev rules for expEYES interface: AVR, FT232 and MCP2200
ATTR{idVendor}=="03eb", ATTR{idProduct}=="21ff", MODE="666"
ATTR{idVendor}=="0403", ATTR{idProduct}=="6001", MODE="666"
ATTR{idVendor}=="04d8", ATTR{idProduct}=="00df", MODE="666"
|