This file is indexed.

/usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Unit.xml is in systemd 44-11+deb7u4.

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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
 <interface name="org.freedesktop.systemd1.Unit">
  <method name="Start">
   <arg name="mode" type="s" direction="in"/>
   <arg name="job" type="o" direction="out"/>
  </method>
  <method name="Stop">
   <arg name="mode" type="s" direction="in"/>
   <arg name="job" type="o" direction="out"/>
  </method>
  <method name="Reload">
   <arg name="mode" type="s" direction="in"/>
   <arg name="job" type="o" direction="out"/>
  </method>
  <method name="Restart">
   <arg name="mode" type="s" direction="in"/>
   <arg name="job" type="o" direction="out"/>
  </method>
  <method name="TryRestart">
   <arg name="mode" type="s" direction="in"/>
   <arg name="job" type="o" direction="out"/>
  </method>
  <method name="ReloadOrRestart">
   <arg name="mode" type="s" direction="in"/>
   <arg name="job" type="o" direction="out"/>
  </method>
  <method name="ReloadOrTryRestart">
   <arg name="mode" type="s" direction="in"/>
   <arg name="job" type="o" direction="out"/>
  </method>
  <method name="Kill">
   <arg name="who" type="s" direction="in"/>
   <arg name="mode" type="s" direction="in"/>
   <arg name="signal" type="i" direction="in"/>
  </method>
  <method name="ResetFailed"/>
  <property name="Id" type="s" access="read"/>
  <property name="Names" type="as" access="read"/>
  <property name="Following" type="s" access="read"/>
  <property name="Requires" type="as" access="read"/>
  <property name="RequiresOverridable" type="as" access="read"/>
  <property name="Requisite" type="as" access="read"/>
  <property name="RequisiteOverridable" type="as" access="read"/>
  <property name="Wants" type="as" access="read"/>
  <property name="BindTo" type="as" access="read"/>
  <property name="RequiredBy" type="as" access="read"/>
  <property name="RequiredByOverridable" type="as" access="read"/>
  <property name="WantedBy" type="as" access="read"/>
  <property name="BoundBy" type="as" access="read"/>
  <property name="Conflicts" type="as" access="read"/>
  <property name="ConflictedBy" type="as" access="read"/>
  <property name="Before" type="as" access="read"/>
  <property name="After" type="as" access="read"/>
  <property name="OnFailure" type="as" access="read"/>
  <property name="Triggers" type="as" access="read"/>
  <property name="TriggeredBy" type="as" access="read"/>
  <property name="PropagateReloadTo" type="as" access="read"/>
  <property name="PropagateReloadFrom" type="as" access="read"/>
  <property name="Description" type="s" access="read"/>
  <property name="LoadState" type="s" access="read"/>
  <property name="ActiveState" type="s" access="read"/>
  <property name="SubState" type="s" access="read"/>
  <property name="FragmentPath" type="s" access="read"/>
  <property name="UnitFileState" type="s" access="read"/>
  <property name="InactiveExitTimestamp" type="t" access="read"/>
  <property name="InactiveExitTimestampMonotonic" type="t" access="read"/>
  <property name="ActiveEnterTimestamp" type="t" access="read"/>
  <property name="ActiveEnterTimestampMonotonic" type="t" access="read"/>
  <property name="ActiveExitTimestamp" type="t" access="read"/>
  <property name="ActiveExitTimestampMonotonic" type="t" access="read"/>
  <property name="InactiveEnterTimestamp" type="t" access="read"/>
  <property name="InactiveEnterTimestampMonotonic" type="t" access="read"/>
  <property name="CanStart" type="b" access="read"/>
  <property name="CanStop" type="b" access="read"/>
  <property name="CanReload" type="b" access="read"/>
  <property name="CanIsolate" type="b" access="read"/>
  <property name="Job" type="(uo)" access="read"/>
  <property name="StopWhenUnneeded" type="b" access="read"/>
  <property name="RefuseManualStart" type="b" access="read"/>
  <property name="RefuseManualStop" type="b" access="read"/>
  <property name="AllowIsolate" type="b" access="read"/>
  <property name="DefaultDependencies" type="b" access="read"/>
  <property name="OnFailureIsolate" type="b" access="read"/>
  <property name="IgnoreOnIsolate" type="b" access="read"/>
  <property name="IgnoreOnSnapshot" type="b" access="read"/>
  <property name="DefaultControlGroup" type="s" access="read"/>
  <property name="ControlGroup" type="as" access="read"/>
  <property name="ControlGroupAttributes" type="a(sss)" access="read"/>
  <property name="NeedDaemonReload" type="b" access="read"/>
  <property name="JobTimeoutUSec" type="t" access="read"/>
  <property name="ConditionTimestamp" type="t" access="read"/>
  <property name="ConditionTimestampMonotonic" type="t" access="read"/>
  <property name="ConditionResult" type="b" access="read"/>
  <property name="LoadError" type="(ss)" access="read"/>
 </interface>
</node>