This file is indexed.

/usr/share/doc/hddtemp/TODO is in hddtemp 0.3-beta15-52.

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
* make 3ware support (take a look at smartctl)

* In daemon mode, restrict listening interface.

* chrooting to /var/empty
   if (chroot("/var/empty")==-1) perror("chroot");
   if (chdir("/")==-1) perror("security chdir");

* Look at static buffers in scsi.c

* Western Digital SATA drives seems to declare themselves as "ATA WDC..."
  this could be useful for probing bus type.