Sha256: 91429d8dcf947bdf24174d06556dc6c3b09ad24f856e5e0fa9b2b97b92b6b158
Contents?: true
Size: 918 Bytes
Versions: 13
Compression:
Stored size: 918 Bytes
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 --> </busconfig>
Version data entries
13 entries across 13 versions & 2 rubygems