This file is indexed.

/lib/udev/rules.d/92-libacr38u.rules is in libacr38u 1.7.11-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
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# udev rules to set the access rights of ACS smart card readers
# so they can be used by pcscd

# If not adding the device, go away
ACTION!="add", GOTO="pcscd_acr38_rules_end"
SUBSYSTEM!="usb", GOTO="pcscd_acr38_rules_end"
ENV{DEVTYPE}!="usb_device", GOTO="pcscd_acr38_rules_end"

# ACS ACR38U
ATTRS{idVendor}=="072f", ATTRS{idProduct}=="9000", GROUP="pcscd"
# ACS ACR38U-SAM
ATTRS{idVendor}=="072f", ATTRS{idProduct}=="90CF", GROUP="pcscd"
# ACS CryptoMate
ATTRS{idVendor}=="072f", ATTRS{idProduct}=="9006", GROUP="pcscd"

# All done
LABEL="pcscd_acr38_rules_end"