This file is indexed.

/usr/src/linux-azure-headers-4.15.0-1036/samples/kprobes/Makefile is in linux-azure-headers-4.15.0-1036 4.15.0-1036.38~14.04.2.

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
# builds the kprobes example kernel modules;
# then to use one (as root):  insmod <module_name.ko>

obj-$(CONFIG_SAMPLE_KPROBES) += kprobe_example.o
obj-$(CONFIG_SAMPLE_KRETPROBES) += kretprobe_example.o