Sha256: f0c0c7798ab12c50d882039e1d81f702a64856c5a5be115a194bb99bce24ec4a

Contents?: true

Size: 1.1 KB

Versions: 10

Compression:

Stored size: 1.1 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 -->

  <!--
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

10 entries across 10 versions & 1 rubygems

Version Path
ruby-dbus-0.18.1 spec/tools/dbus-limited-session.conf
ruby-dbus-0.18.0.beta8 spec/tools/dbus-limited-session.conf
ruby-dbus-0.18.0.beta7 spec/tools/dbus-limited-session.conf
ruby-dbus-0.18.0.beta6 spec/tools/dbus-limited-session.conf
ruby-dbus-0.18.0.beta5 spec/tools/dbus-limited-session.conf
ruby-dbus-0.18.0.beta4 spec/tools/dbus-limited-session.conf
ruby-dbus-0.18.0.beta3 spec/tools/dbus-limited-session.conf
ruby-dbus-0.18.0.beta2 spec/tools/dbus-limited-session.conf
ruby-dbus-0.18.0.beta1 spec/tools/dbus-limited-session.conf
ruby-dbus-0.17.0 spec/tools/dbus-limited-session.conf