This file is indexed.

/usr/lib/x86_64-linux-gnu/ibdiagnet1.5.7/pkgIndex.tcl is in libibdm1 1.5.7-5ubuntu1.

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
proc ibdiagnet-load {dir} {
   puts "Loading IBDIAGNET from: $dir"
   uplevel #0 source [file join $dir ibdiagnet.tcl]
}
package ifneeded ibdiagnet 1.0 [list ibdiagnet-load $dir]