File: org.freedesktop.DisplayManager.conf

package info (click to toggle)
lightdm 1.32.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,016 kB
  • sloc: ansic: 24,716; sh: 5,008; makefile: 1,159; cpp: 1,143; python: 267; xml: 39
file content (30 lines) | stat: -rw-r--r-- 1,277 bytes parent folder | download | duplicates (2)
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
<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <!-- Only root can own the service -->
  <policy user="root">
    <allow own="org.freedesktop.DisplayManager"/>
    <allow send_destination="org.freedesktop.DisplayManager"
           send_interface="org.freedesktop.DisplayManager"
           send_member="AddSeat"/>
  </policy>

  <policy context="default">
    <allow send_destination="org.freedesktop.DisplayManager"
           send_interface="org.freedesktop.DBus.Properties"/>
    <allow send_destination="org.freedesktop.DisplayManager"
           send_interface="org.freedesktop.DBus.Introspectable"/>
    <allow send_destination="org.freedesktop.DisplayManager"
           send_interface="org.freedesktop.DisplayManager"/>
    <allow send_destination="org.freedesktop.DisplayManager"
           send_interface="org.freedesktop.DisplayManager.Seat"/>
    <allow send_destination="org.freedesktop.DisplayManager"
           send_interface="org.freedesktop.DisplayManager.Session"/>
    <deny send_destination="org.freedesktop.DisplayManager"
          send_interface="org.freedesktop.DisplayManager"
          send_member="AddSeat"/>
  </policy>

</busconfig>