This file is indexed.

/usr/share/upstart/sessions/pulseaudio-trust-stored.conf.moved is in ubuntu-touch-session 0.108+16.04.20160407-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
description "Pulseaudio Trust Store Daemon"

start on started pulseaudio
stop on stopped pulseaudio

respawn

script
    # Extra security until trust-stored handles DBus name owner changes
    # for the service
    sleep 2

    exec /usr/bin/trust-stored-skeleton \
        --remote-agent DBusRemoteAgent --bus=session \
        --local-agent MirAgent \
        --trusted-mir-socket=/var/run/user/$(id -u)/mir_socket_trusted \
        --for-service PulseAudio \
        --with-text-domain PulseAudio \
        --store-bus session \
        --disable-whitelisting=yes
end script