This file is indexed.

/etc/dbus-1/system.d/kerneloops.conf is in kerneloops 0.12+git20140509-6ubuntu2.

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
<!-- This configuration file specifies the required security policies
     for kerneloops service to work. -->

<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <!-- ../system.conf have denied everything, so we just punch some holes -->

  <policy user="kernoops">
    <allow own="org.kerneloops.submit"/>
    <allow own="org.kerneloops.submit.ping"/>
    <allow own="org.kerneloops.submit.permission"/>
    <allow own="org.kerneloops.submit.sent"/>
    <allow own="org.kerneloops.submit.url"/>
  </policy>

  <policy at_console="true">
    <allow send_destination="org.kerneloops.submit"/>
    <allow send_destination="org.kerneloops.submit.ping"/>
    <allow receive_sender="org.kerneloops.submit"/>
    <allow receive_sender="org.kerneloops.submit.permission"/>
    <allow receive_sender="org.kerneloops.submit.sent"/>
    <allow receive_sender="org.kerneloops.submit.url"/>

  </policy>

</busconfig>