1
<!DOCTYPE busconfig PUBLIC
2
"-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
6
<!-- Only root can own the service -->
8
<allow own="com.ubuntu.USBCreator"/>
11
<!-- Allow anyone to invoke methods (further constrained by
12
PolicyKit privileges -->
13
<policy context="default">
14
<allow send_destination="com.ubuntu.USBCreator"
15
send_interface="com.ubuntu.USBCreator"/>
16
<allow send_destination="com.ubuntu.USBCreator"
17
send_interface="org.freedesktop.DBus.Introspectable"/>
18
<allow send_destination="com.ubuntu.USBCreator"
19
send_interface="org.freedesktop.DBus.Properties"/>