This file is indexed.

/etc/libblockdev/conf.d/00-default.cfg is in libblockdev2 2.16-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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This is the default configuration for the libblockdev library. For
# each supported technology/plugin there is a separate section/group
# with the 'sonames' key. The value of the key has to be a list of
# sonames of shared objects that should be attempted to be loaded for
# the plugin falling back to the next one in the list.
#
# So this example:
# [lvm]
# sonames=libbd_lvm-dbus.so.0;libbd_lvm.so.0
#
# would result in the libbd_lvm-dbus.so.0 shared object attempted to
# be loaded and if that failed, the libbd_lvm.so.0 would be attempted
# to be loaded.

[btrfs]
sonames=libbd_btrfs.so.2

[crypto]
sonames=libbd_crypto.so.2

[dm]
sonames=libbd_dm.so.2

[kbd]
sonames=libbd_kbd.so.2

[loop]
sonames=libbd_loop.so.2

[lvm]
sonames=libbd_lvm.so.2

[mdraid]
sonames=libbd_mdraid.so.2

[mpath]
sonames=libbd_mpath.so.2

[swap]
sonames=libbd_swap.so.2

[s390]
sonames=libbd_s390.so.2