Blame tests/session.conf.in

rpm-build c487f7
rpm-build c487f7
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
rpm-build c487f7
<busconfig>
rpm-build c487f7
  
rpm-build c487f7
  <type>session</type>
rpm-build c487f7
rpm-build c487f7
  
rpm-build c487f7
       the behavior of child processes. -->
rpm-build c487f7
  <keep_umask/>
rpm-build c487f7
rpm-build c487f7
  <listen>unix:tmpdir=/tmp</listen>
rpm-build c487f7
rpm-build c487f7
  <servicedir>@testdir@/services</servicedir>
rpm-build c487f7
rpm-build c487f7
  
rpm-build c487f7
       interfere with user's real keyrings, as well as causing long delays
rpm-build c487f7
       during D-BUS activation -->
rpm-build c487f7
  
rpm-build c487f7
rpm-build c487f7
  <policy context="default">
rpm-build c487f7
    
rpm-build c487f7
    <allow send_destination="*" eavesdrop="true"/>
rpm-build c487f7
    
rpm-build c487f7
    <allow eavesdrop="true"/>
rpm-build c487f7
    
rpm-build c487f7
    <allow own="*"/>
rpm-build c487f7
  </policy>
rpm-build c487f7
rpm-build c487f7
  <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
rpm-build c487f7
rpm-build c487f7
  
rpm-build c487f7
       with essentially infinite limits, since the bus is just running 
rpm-build c487f7
       as the user anyway, using up bus resources is not something we need 
rpm-build c487f7
       to worry about. In some cases, we do set the limits lower than 
rpm-build c487f7
       "all available memory" if exceeding the limit is almost certainly a bug, 
rpm-build c487f7
       having the bus enforce a limit is nicer than a huge memory leak. But the 
rpm-build c487f7
       intent is that these limits should never be hit. -->
rpm-build c487f7
rpm-build c487f7
  
rpm-build c487f7
  <limit name="max_incoming_bytes">1000000000</limit>
rpm-build c487f7
  <limit name="max_incoming_unix_fds">250000000</limit>
rpm-build c487f7
  <limit name="max_outgoing_bytes">1000000000</limit>
rpm-build c487f7
  <limit name="max_outgoing_unix_fds">250000000</limit>
rpm-build c487f7
  <limit name="max_message_size">1000000000</limit>
rpm-build c487f7
  <limit name="max_message_unix_fds">4096</limit>
rpm-build c487f7
  <limit name="service_start_timeout">120000</limit>  
rpm-build c487f7
  <limit name="auth_timeout">240000</limit>
rpm-build c487f7
  <limit name="max_completed_connections">100000</limit>  
rpm-build c487f7
  <limit name="max_incomplete_connections">10000</limit>
rpm-build c487f7
  <limit name="max_connections_per_user">100000</limit>
rpm-build c487f7
  <limit name="max_pending_service_starts">10000</limit>
rpm-build c487f7
  <limit name="max_names_per_connection">50000</limit>
rpm-build c487f7
  <limit name="max_match_rules_per_connection">50000</limit>
rpm-build c487f7
  <limit name="max_replies_per_connection">50000</limit>
rpm-build c487f7
rpm-build c487f7
</busconfig>