This file is indexed.

/usr/share/qgis/grass/modules/r.texture.bis.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Create raster with textural features from raster (second serie of indices)" module="r.texture">
	<option key="input" />
	<option key="size" answer="3" />
	<option key="distance" answer="1" />
	<flag key="x" />
	<flag key="e" />
	<flag key="d" />
	<flag key="p" />
	<flag key="m" />
	<flag key="n" />
	<flag key="o" />
	<option key="prefix" />
</qgisgrassmodule>