~bratsche/xsplash/panel-above-0.7

« back to all changes in this revision

Viewing changes to data/xsplash.conf.in

  • Committer: Cody Russell
  • Date: 2009-08-20 22:08:36 UTC
  • mfrom: (47.1.5 xsplash)
  • Revision ID: crussell@canonical.com-20090820220836-if50bqivslkdyiub
merge with-user branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE busconfig PUBLIC
 
2
          "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 
3
          "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
4
<busconfig>
 
5
 
 
6
  <!-- Only certain user can own the xsplash service -->
 
7
  <policy user="@RUN_AS_USER@">
 
8
    <allow own="com.ubuntu.BootCurtain"/>
 
9
  </policy>
 
10
 
 
11
  <!-- Allow anyone to invoke methods on xsplash server -->
 
12
  <policy context="default">
 
13
    <allow send_destination="com.ubuntu.BootCurtain" />
 
14
    <allow receive_sender="com.ubuntu.BootCurtain" />
 
15
    <allow send_interface="com.ubuntu.BootCurtain" />
 
16
    <allow send_interface="org.gnome.DBus.Properties" />
 
17
    <allow send_interface="org.freedesktop.DBus.Introspectable" />
 
18
  </policy>
 
19
</busconfig>