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>
14