]> git.ipfire.org Git - thirdparty/cups.git/blame - desktop/cups.conf
Greatly simplify the man page handling.
[thirdparty/cups.git] / desktop / cups.conf
CommitLineData
4d301e69
MS
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>