This file is indexed.

/usr/share/dbus-1/interfaces/com.canonical.unity.AccountsService.xml is in unity8-private 7.85+14.04.20140416-0ubuntu1.

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
<node>
  <interface name="com.canonical.unity.AccountsService">

    <annotation name="org.freedesktop.Accounts.VendorExtension" value="true"/>

    <annotation name="org.freedesktop.Accounts.Authentication.ChangeOwn"
                value="com.canonical.unity.AccountsService.ModifyOwnUser"/>

    <annotation name="org.freedesktop.Accounts.Authentication.ReadAny"
                value="com.canonical.unity.AccountsService.ModifyAnyUser"/>

    <annotation name="org.freedesktop.Accounts.Authentication.ChangeAny"
                value="com.canonical.unity.AccountsService.ModifyAnyUser"/>

    <property name="demo-edges" type="b" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue" value="true"/>
    </property>

    <property name="launcher-items" type="aa{sv}" access="readwrite">
      <annotation name="org.freedesktop.Accounts.DefaultValue" value="[{'defaults': <true>}]"/>
    </property>

  </interface>
</node>