This file is indexed.

/usr/share/qgis/grass/modules/v.generalize.qgm is in qgis-plugin-grass-common 2.0.1-2build2.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Simplify vector" module="v.generalize">
	<option key="input" typeoption="type" layeroption="layer" />
        <flag key="c" answer="on" hidden="yes" />
	<option key="type" label="Feature type (for polygons, choose Boundary)"/>
	<option key="method" />
	<option key="threshold" answer="1.0" label="Maximal tolerance value (higher value=more simplification)" />
	<option key="look_ahead" answer="7" advanced="yes" />
	<option key="reduction" answer="50" advanced="yes" />
	<option key="slide" answer="0.5" advanced="yes" />
	<option key="angle_thresh" answer="3" advanced="yes" />
	<option key="degree_thresh" answer="0" advanced="yes" />
	<option key="closeness_thresh" answer="0" advanced="yes" />
	<option key="betweeness_thresh" answer="0" advanced="yes" />
	<option key="alpha" answer="1.0" advanced="yes" />
	<option key="beta" answer="1.0" advanced="yes" />
	<option key="iterations" answer="1" advanced="yes"/>
	<option key="output" />
</qgisgrassmodule>