This file is indexed.

/usr/share/kde4/apps/ksystemlog/ksystemlogui.rc is in ksystemlog 4:4.14.0-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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0"?>
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
<kpartgui name="ksystemlog" version="5">

	<MenuBar>

		<Menu name="file">
			<Action name="send_mail" />
			<Action name="log_message" />
		</Menu>
			
		<Menu name="edit">
			<text>&amp;Edit</text>
			<Action name="reload" />
			<!--
			<Separator/>
			<Action name="expand_all" />
			<Action name="collapse_all" />
			-->
			<Separator/>
			<Action name="copy" />
			<Separator/>
			<Action name="find" />
			<Action name="find_next" />
			<Separator/>
			<Action name="group_by" />
			<Action name="details" />
		</Menu>
		
		<Menu name="logs">
			<text>Logs</text>
			<ActionList name="log_mode_list" />
		</Menu>
	
		<Menu name="window">
			<text>&amp;Window</text>
			<Action name="new_tab" />
			<Action name="duplicate_tab" />
			<Action name="close_tab" />
			<Separator/>
			<Action name="move_tab_left" />
			<Action name="move_tab_right" />
		</Menu>
		
		<Menu name="settings">
			<Action name="show_quick_filter" />
			<Separator />
		</Menu>
		
	
	</MenuBar>
	
	
	<ToolBar name="logToolBar" position="top" iconText="textundericon" noMerge="1" >
		<text>Logs Toolbar</text>
		<ActionList name="tool_bar_log_mode_list" />
	</ToolBar>
	
	<ToolBar name="mainToolBar" position="top" iconText="textundericon" noMerge="1" >
		<text>Main Toolbar</text>
		<Action name="resume_pause_parsing" />
		<Action name="reload" />
		<Action name="abort" />
		<Separator/>
		<Action name="details" />
		<Separator/>
		<Action name="group_by" />
	</ToolBar>

</kpartgui>