This file is indexed.

/etc/dbus-1/system.d/landscape.conf is in landscape-client-ui 14.01-0ubuntu3.

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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <policy user="landscape">
    <allow own="com.canonical.landscape.Broker" />
    <allow own="com.canonical.landscape.Monitor" />

    <allow send_destination="com.canonical.landscape.Broker" />
    <allow receive_sender="com.canonical.landscape.Broker" />

    <allow send_destination="com.canonical.landscape.Monitor" />
    <allow receive_sender="com.canonical.landscape.Monitor" />

    <allow send_destination="com.canonical.landscape.Manager" />
    <allow receive_sender="com.canonical.landscape.Manager" />

  </policy>

  <policy user="root">
    <allow own="com.canonical.landscape.Manager" />

    <allow send_destination="com.canonical.landscape.Broker" />
    <allow receive_sender="com.canonical.landscape.Broker" />

    <allow send_destination="com.canonical.landscape.Monitor" />
    <allow receive_sender="com.canonical.landscape.Monitor" />

    <allow send_destination="com.canonical.landscape.Manager" />
    <allow receive_sender="com.canonical.landscape.Manager" />
  </policy>

  <policy context="default">
    <deny own="com.canonical.landscape.Broker" />
    <deny own="com.canonical.landscape.Monitor" />
    <deny own="com.canonical.landscape.Manager" />

    <deny send_destination="com.canonical.landscape.Broker" />
    <deny receive_sender="com.canonical.landscape.Broker" />

    <deny send_destination="com.canonical.landscape.Monitor" />
    <deny receive_sender="com.canonical.landscape.Monitor" />

    <deny send_destination="com.canonical.landscape.Manager" />
    <deny receive_sender="com.canonical.landscape.Manager" />

  </policy>

</busconfig>