This file is indexed.

/usr/share/afterstep/backgrounds/Ice_Bricks is in afterstep-data 2.2.12-6.

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
<tile id="bricko" tint="Base" x_origin="160" height="100%" width="$xroot.width">
   <pad top="1" left="1" color="#FF000000">
	<img src=".icebrick"/>
   </pad>
</tile>
<tile id="bricks" x_origin="160" height="100%" width="$xroot.width">                
   <pad top="0" left="1" color="#FF000000">                               
	<recall srcid="bricko"/>
   </pad>
</tile>

<composite id="brickcomp" width="$xroot.width" height="$xroot.height">
   <recall srcid="bricko"/>
 <mirror x=0 y="101" dir="horizontal">
   <recall srcid="bricks"/>
 </mirror>
</composite>

<release srcid="brickcomp"/>