This file is indexed.

/usr/share/aqsis/shaders/surface/showuser.sl is in aqsis 1.8.2-3.

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
surface showuser (varying color myvcolor=0)
{
	normal Nf = faceforward(normalize(N), I);

	Oi = Os;
    Ci = Os * myvcolor * (diffuse(Nf));
}