Sha256: 3d19cd262de85ee639dfb2c01902c1a2aa5faf9ee6ca39cb01805121db68746e

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

<!-- This configuration file controls the testing message bus.
     It is based on a session bus config. -->

<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
  <!-- Our well-known bus type, don't change this -->
  <type>session</type>

  <listen>unix:tmpdir=/tmp</listen>
  <listen>tcp:host=127.0.0.1</listen>

  <standard_session_servicedirs />

  <policy context="default">
    <!-- Allow everything to be sent -->
    <allow send_destination="*" eavesdrop="true"/>
    <!-- Allow everything to be received -->
    <allow eavesdrop="true"/>
    <!-- Allow anyone to own anything -->
    <allow own="*"/>
  </policy>

  <!-- Do not increase the limits.
       Instead, lower some so that we can test resource leaks. -->
  <limit name="max_match_rules_per_connection">50</limit><!-- was 512 -->
  <limit name="reply_timeout">5000</limit><!-- 5 seconds -->

  <!--
dbus-daemon[1700]: [session uid=1001 pid=1700] Unable to set up new connection: Failed to get AppArmor confinement information of socket peer: Protocol not available
  -->
  <apparmor mode="disabled"/>
</busconfig>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-dbus-0.19.0 spec/tools/dbus-limited-session.conf