This file is indexed.

/usr/share/systemtap/runtime/linux/autoconf-procfs-owner.c is in systemtap-common 2.6-0.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
6
7
8
9
#include <linux/proc_fs.h>

/* kernel commit 4d38a69c6 */

void bar (void) {
        struct proc_dir_entry foo;
	foo.owner = (void*) 0;
        (void) foo;
}