ofdbus/dbus/data/session.conf
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 <!-- This configuration file controls the per-user-login-session message bus.
       
     2      Add a session-local.conf and edit that rather than changing this 
       
     3      file directly. -->
       
     4 
       
     5 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
       
     6  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
       
     7 <busconfig>
       
     8   <!-- Our well-known bus type, don't change this -->
       
     9   <type>session</type>
       
    10 
       
    11   <!-- Linux -->
       
    12   <!-- listen>unix:tmpdir=/tmp</listen -->
       
    13   <!-- __SYMBIAN32__ -->
       
    14   <listen>tcp:host=localhost,port=12435</listen>
       
    15 
       
    16   <standard_session_servicedirs />
       
    17 
       
    18   <policy context="default">
       
    19     <!-- Allow everything to be sent -->
       
    20     <allow send_destination="*"/>
       
    21     <!-- Allow everything to be received -->
       
    22     <allow eavesdrop="true"/>
       
    23     <!-- Allow anyone to own anything -->
       
    24     <allow own="*"/>
       
    25   </policy>
       
    26 
       
    27   <!-- This is included last so local configuration can override what's 
       
    28        in this standard file -->
       
    29   <include ignore_missing="yes">session-local.conf</include>
       
    30 
       
    31   <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
       
    32 
       
    33 </busconfig>