Fixed Maemo build problem with scratchbox
[pwnitter] / pwnitter-dbus.conf
1 <?xml version="1.0"?><!--*-nxml-*-->
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 <!--
6 This file is part of Pwnitter.
7
8 Pwnitter is free software; you can redistribute it and/or modify it
9 under the terms of the GNU Lesser General Public License as
10 published by the Free Software Foundation; either version 2.1 of the
11 License, or (at your option) any later version.
12
13 Pwnitter is distributed in the hope that it will be useful, but WITHOUT
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
15 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General
16 Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public
19 License along with Pwnitter; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21 USA.
22 -->
23 <busconfig>
24   <policy user="root">
25     <allow              own="de.cryptobitch.muelli.Pwnitter" />
26     <allow send_destination="de.cryptobitch.muelli.Pwnitter" />
27     <allow   receive_sender="de.cryptobitch.muelli.Pwnitter" />
28   </policy>
29   <policy context="default">
30     <allow send_destination="de.cryptobitch.muelli.Pwnitter" />
31     <allow   receive_sender="de.cryptobitch.muelli.Pwnitter" />
32   </policy>
33 </busconfig>