This file is indexed.

/usr/src/linux-source-4.4.0/debian.master/etc/kernelconfig is in linux-source-4.4.0 4.4.0-62.83.

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
if [ "$variant" = "ports" ]; then
	archs=""
	family='ports'
else
	archs="amd64 i386 armhf arm64 ppc64el powerpc s390x"
	family='ubuntu'
fi