This file is indexed.

/lib/udev/rules.d/60-usbprog.rules is in usbprog 0.2.0-2.

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
15
SUBSYSTEM!="usb", ACTION!="add", SUBSYSTEM!=="usb_device", GOTO="usbprog_rules_end"

# USBprog, in programmable state (or with simpleport firmware)
ATTR{idVendor}=="1781", ATTR{idProduct}=="0c62", MODE="664", GROUP="plugdev"

# USBprog with OpenOCD firmware
ATTR{idVendor}=="1781", ATTR{idProduct}=="0c63", MODE="664", GROUP="plugdev"

# USBprog with at89prog or usbprogrs232 firmware
ATTR{idVendor}=="1781", ATTR{idProduct}=="0c64", MODE="664", GROUP="plugdev"

# USBprog with Atmel AVR ISP mkII firmware
ATTR{idVendor}=="03eb", ATTR{idProduct}=="2104", MODE="664", GROUP="plugdev"

LABEL="usbprog_rules_end"