[dbus] add overload 'value' for custom dbus property types
[profile/ivi/automotive-message-broker.git] / plugins / dbus / amb.conf
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
5   <policy context="default">
6         <allow own="org.automotive.message.broker"/>
7         <allow send_destination="org.automotive.message.broker"/>
8
9         <!-- Example: in the default context, this interface is denied write control -->
10         <deny send_destination="org.automotive.message.broker" send_interface="org.freedesktop.DBus.Properties"
11                 send_path="*/0/MachineGunTurretStatus" send_member="Set" />
12
13   </policy>
14
15   <!-- Example: the following is an example on how a specific interface can be protected using SMACK
16   <policy smack="allow_write_machinegun" >
17         <allow send_destination="org.automotive.message.broker" send_interface="org.freedesktop.DBus.Properties"
18                 send_path="*/0/MachineGunTurretStatus" send_member="Set" />
19   </policy>  -->
20
21 </busconfig>