32 lines
1007 B
Plaintext
32 lines
1007 B
Plaintext
<!DOCTYPE busconfig PUBLIC
|
|
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
<policy at_console="true">
|
|
<allow own="com.redhat.NewPrinterNotification"/>
|
|
</policy>
|
|
|
|
<policy user="root">
|
|
<allow own="com.redhat.NewPrinterNotification"/>
|
|
</policy>
|
|
|
|
<policy user="root">
|
|
<allow send_destination="com.redhat.NewPrinterNotification"
|
|
send_interface="com.redhat.NewPrinterNotification"/>
|
|
</policy>
|
|
|
|
<policy context="default">
|
|
<deny own="com.redhat.NewPrinterNotification"/>
|
|
|
|
<deny send_destination="com.redhat.NewPrinterNotification"
|
|
send_interface="com.redhat.NewPrinterNotification"/>
|
|
</policy>
|
|
|
|
<policy context="default">
|
|
<allow send_destination="com.redhat.NewPrinterNotification"
|
|
send_interface="org.freedesktop.DBus.Introspectable" />
|
|
<allow send_destination="com.redhat.NewPrinterNotification"
|
|
send_interface="org.freedesktop.DBus.Properties" />
|
|
</policy>
|
|
</busconfig>
|