This file is indexed.

/lib/udev/rules.d/96-dell-recovery-partition.rules is in dell-recovery 1.31.

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
ACTION!="add|change", GOTO="dell_rp_end"
SUBSYSTEM!="block", GOTO="dell_rp_end"

#Factory shipped Dell linux boxes will always have
#the second partition as a vfat with label "OS" or "install"
#shouldn't clash with windows factory shipped systems
#which may have "OS" as the third partition

ENV{ID_FS_TYPE}=="vfat", ENV{ID_FS_LABEL}=="OS|install", ENV{UDISKS_PARTITION_NUMBER}=="2", ENV{UDISKS_IGNORE}="1", ENV{UDISKS_PARTITION_SCHEME}=="mbr"
ENV{ID_FS_TYPE}=="vfat", ENV{ID_FS_LABEL}=="OS|install", ENV{UDISKS_PARTITION_NUMBER}=="3", ENV{UDISKS_IGNORE}="1", ENV{UDISKS_PARTITION_SCHEME}=="gpt"
ENV{ID_FS_TYPE}=="ntfs", ENV{ID_FS_LABEL}=="RECOVERY",   ENV{UDISKS_PARTITION_NUMBER}=="2", ENV{UDISKS_IGNORE}="1", ENV{UDISKS_PARTITION_SCHEME}=="mbr"

LABEL="dell_rp_end"