This file is indexed.

/usr/src/kpatch-0.3.2/dkms.conf is in kpatch-dkms 0.3.2-1ubuntu4.

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
MAKE="make -C kmod/ KPATCH_BUILD=/lib/modules/${kernelver}/build"
BUILT_MODULE_NAME="kpatch"
BUILT_MODULE_LOCATION="kmod/core"
DEST_MODULE_LOCATION="/updates/dkms"
CLEAN="make -C kmod/ clean"
PACKAGE_NAME="kpatch"
PACKAGE_VERSION=0.3.2
REMAKE_INITRD="no"
STRIP="no"
AUTOINSTALL="yes"
POST_BUILD="post-dkms.sh 0.3.2 ${kernelver}"