~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to contrib/colord-sane/org.freedesktop.colord-sane.conf

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-03-01 17:33:00 UTC
  • mto: (1.1.4) (2.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120301173300-q1s2bs8yubnybln8
ImportĀ upstreamĀ versionĀ 0.1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
 
2
 
 
3
<!DOCTYPE busconfig PUBLIC
 
4
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 
5
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
 
6
<busconfig>
 
7
 
 
8
  <!-- This configuration file specifies the required security policies
 
9
       for the colord-sane functionality to work. -->
 
10
 
 
11
  <!-- Only user root or user root can own the colord service -->
 
12
  <policy user="root">
 
13
    <allow own="org.freedesktop.colord-sane"/>
 
14
  </policy>
 
15
  <policy user="root">
 
16
    <allow own="org.freedesktop.colord-sane"/>
 
17
  </policy>
 
18
 
 
19
 <!-- Allow anyone to call into the service - we'll reject callers using PolicyKit -->
 
20
  <policy context="default">
 
21
    <allow send_destination="org.freedesktop.colord-sane"
 
22
           send_interface="org.freedesktop.colord.sane"/>
 
23
    <allow send_destination="org.freedesktop.colord-sane"
 
24
           send_interface="org.freedesktop.DBus.Properties"/>
 
25
    <allow send_destination="org.freedesktop.colord-sane"
 
26
           send_interface="org.freedesktop.DBus.Introspectable"/>
 
27
  </policy>
 
28
 
 
29
</busconfig>
 
30