packaging: fixed lost application classes, added AMB plugin config file.
[profile/ivi/murphy.git] / packaging.in / org.Murphy.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3         "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
5 <busconfig>
6         <policy user="root">
7                 <allow own="org.Murphy"/>
8                 <allow receive_sender="org.Murphy"/>
9                 <allow send_destination="org.Murphy"/>
10         </policy>
11         <policy context="default">
12                 <allow receive_sender="org.Murphy"/>
13                 <allow send_destination="org.Murphy"/>
14         </policy>
15 </busconfig>