This file is indexed.

/usr/src/aufs-4.9+20161219/dkms.conf is in aufs-dkms 4.9+20161219-1.

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
PACKAGE_NAME="aufs"
PACKAGE_VERSION=4.9+20161219
CLEAN="make -C ${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean KDIR=${kernel_source_dir}"
MAKE[0]="make -C ${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build aufs.ko KDIR=${kernel_source_dir}"
BUILT_MODULE_NAME[0]="aufs"
DEST_MODULE_NAME[0]="aufs"
DEST_MODULE_LOCATION[0]="/kernel/fs/aufs"
AUTOINSTALL="yes"
BUILD_EXCLUSIVE_KERNEL="^4.9.*"