This file is indexed.

/usr/share/tcos/hooks-addons/07cdaudio is in initramfs-tools-tcos 0.89.86.

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
# hooks addon to read cdaudio
# need cdparanoia


if [ $TCOS_SOUND ] && [ -x /usr/bin/cdparanoia ]; then

   stat_before

    cpifexists /usr/bin/cdparanoia  /usr/bin
    cpifexists ${TCOS_BINS}/cd_type /usr/bin
    manual_add_modules cdfs

   stat_after "CD-AUDIO support"
else
  _verbose "(07cdaudio) TCOS_SOUND && cdparanoia disabled"
fi