]> git.ipfire.org Git - thirdparty/cups.git/blob - desktop/cups.conf
Merge changes from CUPS 1.5svn-r8849.
[thirdparty/cups.git] / desktop / cups.conf
1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
2 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
3 <busconfig>
4 <!-- Only root can send this message -->
5 <policy user="root">
6 <allow send_interface="com.redhat.PrinterSpooler"/>
7 </policy>
8
9 <!-- Allow any connection to receive the message -->
10 <policy context="default">
11 <allow receive_interface="com.redhat.PrinterSpooler"/>
12 </policy>
13 </busconfig>