This file is indexed.

/usr/share/dbus-1/interfaces/org.keepalived.Vrrp1.Vrrp.xml is in keepalived 1:1.3.9-1build1.

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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <!--
	   org.freedesktop.DBus.Properties:
	   @short_description: General VRRP interface

	   Interface implemented by a single VRRP object,
	   exposes some VRRP utility methods and signals.
  -->
  <interface name='org.keepalived.Vrrp1.Vrrp'>
	<!--
	  PrintData:

	  Signals VRRP process to print contents of vrrp_data
	  in file /tmp/keepalived.data
	-->
	<method name='PrintData'>
	</method>
	<!--
	  PrintStats:

	  Signals VRRP process to print stats in file
	  /tmp/keepalived.stats
	-->
	<method name='PrintStats'>
	</method>
	<!--
	  ReloadConfig:

	  Signals keepalvied process to reload its configuration
	-->
	<method name='ReloadConfig'>
	</method>
	<!--
	  VrrpStarted:

	  Emitted when VRRP process is started, just after
	  the bus is connected.
	-->
	<signal name="VrrpStarted">
	</signal>
	<!--
	  VrrpReloaded:

	  Emitted when VRRP process reloads its configuration
	-->
	<signal name="VrrpReloaded">
	</signal>
	<!--
	  VrrpStopped:

	  Emitted when VRRP process is terminated, just before
	  the bus is disconnected.
	-->
	<signal name="VrrpStopped">
	</signal>
  </interface>
</node>