This file is indexed.

/usr/share/upstart/sessions/gnome-keyring.conf is in gnome-keyring 3.10.1-1ubuntu4.4.

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
description "GNOME Keyring agents (pkcs11 & secrets)"
author "Dimitri John Ledkov <xnox@ubuntu.com>"

start on starting xsession-init and started dbus

task
script
    eval "$(gnome-keyring-daemon --start --components pkcs11,secrets)" >/dev/null
    initctl set-env --global GNOME_KEYRING_CONTROL=$GNOME_KEYRING_CONTROL
    initctl set-env --global GNOME_KEYRING_PID=$GNOME_KEYRING_PID
end script