This file is indexed.

/usr/src/spl-0.6.5.9/include/vm/Makefile.am is in spl-dkms 0.6.5.9-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
10
11
12
13
14
15
COMMON_H =

KERNEL_H = \
	$(top_srcdir)/include/vm/anon.h \
	$(top_srcdir)/include/vm/pvn.h \
	$(top_srcdir)/include/vm/seg_kmem.h

USER_H =

EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)

if CONFIG_KERNEL
kerneldir = @prefix@/src/spl-$(VERSION)/include/vm
kernel_HEADERS = $(KERNEL_H)
endif