This file is indexed.

/usr/lib/cli/libzeroc-ice3.5/IceBox.xml is in libzeroc-ice3.5-cil 3.5.1-5.2.

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
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>IceBox</name>
    </assembly>
    <members>
        <member name="T:IceBox.FailureException">
            <summary>
            This exception is a general failure notification.
            It is thrown
            for errors such as a service encountering an error during
            initialization, or the service manager being unable
            to load a service executable.
            </summary>
        </member>
        <member name="T:IceBox.AlreadyStartedException">
            <summary>
            This exception is thrown if an attempt is made to start an
            already-started service.
            </summary>
        </member>
        <member name="T:IceBox.AlreadyStoppedException">
            <summary>
            This exception is thrown if an attempt is made to stop an
            already-stopped service.
            </summary>
        </member>
        <member name="T:IceBox.NoSuchServiceException">
            <summary>
            This exception is thrown if a service name does not refer
            to an existing service.
            </summary>
        </member>
        <member name="M:IceBox.Service.start(System.String,Ice.Communicator,System.String[])">
            <summary>
            Start the service.
            The given communicator is created by the
            ServiceManager for use by the service. This communicator may
            also be used by other services, depending on the service
            configuration.
            The ServiceManager owns this communicator, and is
            responsible for destroying it.
            </summary>
            <param name="name">The service's name, as determined by the
            configuration.
            </param>
            <param name="communicator">A communicator for use by the service.
            </param>
            <param name="args">The service arguments that were not converted into
            properties.
            </param>
            <exception name="FailureException">Raised if start failed.</exception>
        </member>
        <member name="M:IceBox.Service.stop">
            <summary>
            Stop the service.
            </summary>
        </member>
        <member name="T:IceBox.ServiceObserverOperations_">
            <summary>
            An Observer interface implemented by admin clients
            interested in the status of services
            </summary>
        </member>
        <member name="T:IceBox.ServiceObserverOperationsNC_">
            <summary>
            An Observer interface implemented by admin clients
            interested in the status of services
            </summary>
        </member>
        <member name="T:IceBox.ServiceManagerOperations_">
            <summary>
            Administers a set of Service instances.
            </summary>
        </member>
        <member name="M:IceBox.ServiceManagerOperations_.getSliceChecksums(Ice.Current)">
            <summary>
            Returns the checksums for the IceBox Slice definitions.
            </summary>
            <returns>A dictionary mapping Slice type ids to their checksums.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerOperations_.startService(System.String,Ice.Current)">
            <summary>
            Start an individual service.
            </summary>
            <param name="service">The service name.</param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerOperations_.stopService(System.String,Ice.Current)">
            <summary>
            Stop an individual service.
            </summary>
            <param name="service">The service name.</param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerOperations_.addObserver(IceBox.ServiceObserverPrx,Ice.Current)">
            <summary>
            Registers a new observer with the ServiceManager.
            </summary>
            <param name="observer">The new observer</param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerOperations_.shutdown(Ice.Current)">
            <summary>
            Shut down all services.
            This causes Service.stop to be
            invoked on all configured services.
            </summary>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="T:IceBox.ServiceManagerOperationsNC_">
            <summary>
            Administers a set of Service instances.
            </summary>
        </member>
        <member name="M:IceBox.ServiceManagerOperationsNC_.getSliceChecksums">
            <summary>
            Returns the checksums for the IceBox Slice definitions.
            </summary>
            <returns>A dictionary mapping Slice type ids to their checksums.</returns>
        </member>
        <member name="M:IceBox.ServiceManagerOperationsNC_.startService(System.String)">
            <summary>
            Start an individual service.
            </summary>
            <param name="service">The service name.</param>
        </member>
        <member name="M:IceBox.ServiceManagerOperationsNC_.stopService(System.String)">
            <summary>
            Stop an individual service.
            </summary>
            <param name="service">The service name.</param>
        </member>
        <member name="M:IceBox.ServiceManagerOperationsNC_.addObserver(IceBox.ServiceObserverPrx)">
            <summary>
            Registers a new observer with the ServiceManager.
            </summary>
            <param name="observer">The new observer</param>
        </member>
        <member name="M:IceBox.ServiceManagerOperationsNC_.shutdown">
            <summary>
            Shut down all services.
            This causes Service.stop to be
            invoked on all configured services.
            </summary>
        </member>
        <member name="T:IceBox.ServiceObserverPrxHelper">
            <summary>
            An Observer interface implemented by admin clients
            interested in the status of services
            </summary>
        </member>
        <member name="T:IceBox.ServiceManagerPrxHelper">
            <summary>
            Administers a set of Service instances.
            </summary>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.addObserver(IceBox.ServiceObserverPrx)">
            <summary>
            Registers a new observer with the ServiceManager.
            </summary>
            <param name="observer">The new observer</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.addObserver(IceBox.ServiceObserverPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Registers a new observer with the ServiceManager.
            </summary>
            <param name="observer">The new observer</param>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.getSliceChecksums">
            <summary>
            Returns the checksums for the IceBox Slice definitions.
            </summary>
            <returns>A dictionary mapping Slice type ids to their checksums.</returns>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.getSliceChecksums(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the checksums for the IceBox Slice definitions.
            </summary>
            <returns>A dictionary mapping Slice type ids to their checksums.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.shutdown">
            <summary>
            Shut down all services.
            This causes Service.stop to be
            invoked on all configured services.
            </summary>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.shutdown(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Shut down all services.
            This causes Service.stop to be
            invoked on all configured services.
            </summary>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.startService(System.String)">
            <summary>
            Start an individual service.
            </summary>
            <param name="service">The service name.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.startService(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Start an individual service.
            </summary>
            <param name="service">The service name.</param>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.stopService(System.String)">
            <summary>
            Stop an individual service.
            </summary>
            <param name="service">The service name.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.stopService(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Stop an individual service.
            </summary>
            <param name="service">The service name.</param>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.begin_addObserver(IceBox.ServiceObserverPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Registers a new observer with the ServiceManager.
            </summary>
            <param name="observer">The new observer</param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.begin_getSliceChecksums(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the checksums for the IceBox Slice definitions.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.begin_shutdown(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Shut down all services.
            This causes Service.stop to be
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.begin_startService(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Start an individual service.
            </summary>
            <param name="service">The service name.</param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceBox.ServiceManagerPrxHelper.begin_stopService(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Stop an individual service.
            </summary>
            <param name="service">The service name.</param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
    </members>
</doc>