~pete-woods/libqtdbustest/valgrind-present-1263925

« back to all changes in this revision

Viewing changes to data/system.conf

  • Committer: Pete Woods
  • Date: 2013-11-13 20:58:18 UTC
  • mfrom: (26.1.8 trunk)
  • Revision ID: pete.woods@canonical.com-20131113205818-jj1dojxq9l59vnn9
Add qdbus-simple-test-runner binary

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
 
2
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
1
3
<busconfig>
 
4
  <!-- If we fork, keep the user's original umask to avoid affecting
 
5
       the behavior of child processes. -->
 
6
  <keep_umask/>
 
7
 
2
8
  <type>system</type>
 
9
 
3
10
  <listen>unix:tmpdir=/tmp</listen>
 
11
 
 
12
  <standard_system_servicedirs/>
 
13
 
4
14
  <policy context="default">
 
15
    <!-- Allow everything to be sent -->
5
16
    <allow send_destination="*" eavesdrop="true"/>
 
17
    <!-- Allow everything to be received -->
6
18
    <allow eavesdrop="true"/>
 
19
    <!-- Allow anyone to own anything -->
7
20
    <allow own="*"/>
8
21
  </policy>
 
22
 
9
23
</busconfig>