root/boc-ms.conf

Revision 3caa8136c504648920d5acbb607fa628cc55ed90, 491 bytes (checked in by Jeremy Lainé <jeremy.laine@…>, 3 years ago)

install DBus config

  • Property mode set to 100644
Line 
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  <!-- ../system.conf have denied everything, so we just punch some holes -->
6
7  <policy context="default">
8    <allow own="eu.bolloretelecom.WiMAX"/>
9
10    <allow send_destination="eu.bolloretelecom.WiMAX"/>
11    <allow receive_sender="eu.bolloretelecom.WiMAX"/>
12
13    <allow send_path="/eu/bolloretelecom"/>
14  </policy>
15
16</busconfig>
Note: See TracBrowser for help on using the browser.