This file is indexed.

/etc/dbus-1/system.d/wpa_supplicant_touch.conf is in lxc-android-config 0.230+16.04.20160328-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
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
        <!-- Hotspot requirement for Ubuntu Touch (see bug 1426923) -->
        <policy user="phablet">
                <allow send_destination="fi.w1.wpa_supplicant1"
                       send_interface="org.freedesktop.DBus.Introspectable"
                       send_member="Introspect"
                       send_type="method_call"
                       send_path="/fi/w1/wpa_supplicant1"/>
                <allow receive_sender="fi.w1.wpa_supplicant1"
                       receive_type="method_return"/>
                <allow send_destination="fi.w1.wpa_supplicant1"
                       send_interface="fi.w1.wpa_supplicant1"
                       send_member="SetInterfaceFirmware"
                       send_type="method_call"
                       send_path="/fi/w1/wpa_supplicant1"/>
        </policy>
</busconfig>