This file is indexed.

/usr/share/ksplice/kmodsrc/offsets.h is in ksplice 0.9.9-5.

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
16
17
18
19
20
struct table_section {
	const char *sect;
	int entry_size;
	int entry_contents_size;
	int entry_align;
	int has_addr;
	int relative_addr;
	int addr_offset;
	const char *other_sect;
	int relative_other;
	int other_offset;
	const char *crc_sect;
	int crc_size;
};

struct ksplice_config {
	int ignore_devinit;
	int ignore_cpuinit;
	int ignore_meminit;
};