Sha256: e1c09402f544aa6b31433681c5eea19e2b370fbf520d3e923ff5540cc22bd3ba
Contents?: true
Size: 937 Bytes
Versions: 1
Compression:
Stored size: 937 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,port=0,family=ipv4</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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-dbus-0.9.1 | test/dbus-limited-session.conf |