This file is indexed.

/usr/src/open-vm-tools-10.0.7/dkms.conf is in open-vm-tools-dkms 2:10.0.7-3227872-2ubuntu1.

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
PACKAGE_NAME="open-vm-tools"
PACKAGE_VERSION=10.0.7
MAKE_CMD_TMPL="make VM_UNAME=\$kernelver \
               MODULEBUILDDIR=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build"

# The vsock module depends on symbols exported by the vmci module, so it
# needs to be built afterwards; the MODULEBUILDDIR variable tells the makefiles
# where to store / retrive those symbol files.
MAKE[0]="$MAKE_CMD_TMPL -C vmxnet"
CLEAN[0]="$MAKE_CMD_TMPL -C vmxnet clean"
BUILT_MODULE_NAME[0]="vmxnet"
BUILT_MODULE_LOCATION[0]="vmxnet/"
DEST_MODULE_LOCATION[0]="/updates/dkms"
AUTOINSTALL="YES"