This file is indexed.

/lib/udev/rules.d/66-bilibop.rules is in bilibop-udev 0.4.20.

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
18
19
20
# /lib/udev/rules.d/66-bilibop.rules
#
# Do not edit this file, it will be overwritten on updates.

SUBSYSTEM!="block", GOTO="bilibop_end"
ACTION!="add|change", GOTO="bilibop_end"
KERNEL!="sd?*|mmcblk?*|mspblk?*", GOTO="bilibop_end"

SUBSYSTEMS=="usb|firewire|memstick|mmc", \
	PROGRAM=="/lib/bilibop/test $tempnode", \
	GROUP:="disk", \
	GOTO="bilibop_disk"

GOTO="bilibop_end"
LABEL="bilibop_disk"

ATTR{removable}=="?*", \
	SYMLINK+="$result"

LABEL="bilibop_end"