This file is indexed.

/usr/lib/goffice/0.10.39/plugins/reg_linear/reg-types.xml is in libgoffice-0.10-10 0.10.39-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
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<Types xmlns:graph="http://www.gnumeric.org/graph_v2.dtd">
	<Type _name="Linear"
		engine="GogLinRegCurve"
		_description="Linear regression curve">
	</Type>
	<Type _name="Polynomial"
		engine="GogPolynomRegCurve"
		_description="Polynomial regression curve">
	</Type>
	<Type _name="Exponential"
		engine="GogExpRegCurve"
		_description="Exponential regression curve">
	</Type>
	<Type _name="Power"
		engine="GogPowerRegCurve"
		_description="Power regression curve">
	</Type>
	<Type _name="Logarithmic"
		engine="GogLogRegCurve"
		_description="Logarithmic regression curve">
	</Type>
</Types>