This file is indexed.

/usr/share/anyremote/cfg-data/Server-mode/qwerty-device-test.cfg is in anyremote-data 6.3.2-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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
%
% anyremote configuration file for qwerty device testing. (Server-mode)
%

% STATUS stable
% XTEST no
% SOUND no
% ENV no

GuiAppName=Qwerty test
GuiAppType=Example
GuiAppBinary=true
GuiAppProtocols=Server
GuiAppDesc=Simple example of configuration file

[Protocol]=Server

(Init)=\
    Include($(CfgDir)/Utils/aliases-server.cfg);

(Connect)=\
    Set(parameter,debug,on);\
	Set(status,qwerty test);\
	Set(icons,QWERTY,1,question,2,question,3,question,4,question,5,question,6,question,7,question,8,question,9,question,0,question,*,default,#,default);\
	Set(menu,replace,layout-keypad,layout-joystick,layout-default);\
	Set(menu,add,joystick-auto,joystick-off,joystick-values);
	
layout-keypad=\
    Set(layout,default,keypad_only);Set(title,layout-keypad);
			
layout-joystick=\
    Set(layout,default,joystick_only);Set(title,layout-joystick);
			
layout-default=\
    Set(layout,default);Set(title,layout-default);	
		
joystick-auto=\
    Set(parameter,fix_joystick,auto);Set(title,joystick-auto);
			
joystick-off=\
    Set(parameter,fix_joystick,off);Set(title,joystick-off);
			
joystick-values=\
    Set(parameter,joystick_up,-1);\			
    Set(parameter,joystick_down,-2);\			
    Set(parameter,joystick_left,-3);\			
    Set(parameter,joystick_right,-4);\			
    Set(parameter,joystick_push,-5);\			
    Set(title,joystick-values);			
			
[End]