-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsharp-askpass.conf
26 lines (23 loc) · 1.08 KB
/
sharp-askpass.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE busconfig PUBLIC
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- Only allow root and lp to send, and root and current user to own the name -->
<policy user="root">
<allow own="org.cups.sharp.Passwd"/>
<allow send_destination="org.cups.sharp.Passwd"
send_interface="org.cups.sharp.Passwd"/>
<allow send_destination="org.cups.sharp.Passwd"
send_interface="org.freedesktop.DBus.Introspectable"/>
</policy>
<policy user="lp">
<allow send_destination="org.cups.sharp.Passwd"
send_interface="org.cups.sharp.Passwd"/>
<allow send_destination="org.cups.sharp.Passwd"
send_interface="org.freedesktop.DBus.Introspectable"/>
</policy>
<policy at_console="true">
<allow own="org.cups.sharp.Passwd"/>
</policy>
<limit name="max_replies_per_connection">512</limit>
</busconfig>