This file is indexed.

/usr/share/doc/bacula-common/examples/devices/HP-autoloader.conf is in bacula-common 7.0.5+dfsg-4build1.

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
#
# This is the definition Kern uses for a
#   HP Surestore DAT autoloader (dat 40x6e) 
#
Device {
  Name = "DAT-40x6e"
  Media Type = DDS-4
  Archive Device = /dev/nst0
  Changer Device = /dev/sg0
  Changer Command = "/opt/bacula/scripts/mtx-changer %c %o %S %a"
  AutoChanger = yes
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
}