~ubuntu-branches/ubuntu/maverick/dbus/maverick-security

« back to all changes in this revision

Viewing changes to bus/session.conf.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-27 13:06:32 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100927130632-bqs145trvchd2lmf
Tags: 1.4.0-0ubuntu1
* New upstream release
 - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=17754 Race condition in protected_change_timeout
 - Requested by various upstream KDE developers http://lists.kde.org/?t=128514970000004&r=1&w=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
       the behavior of child processes. -->
13
13
  <keep_umask/>
14
14
 
15
 
  <listen>unix:tmpdir=@DBUS_SESSION_SOCKET_DIR@</listen>
 
15
  <listen>@DBUS_SESSION_BUS_DEFAULT_ADDRESS@</listen>
16
16
 
17
17
  <standard_session_servicedirs />
18
18
 
49
49
 
50
50
  <!-- the memory limits are 1G instead of say 4G because they can't exceed 32-bit signed int max -->
51
51
  <limit name="max_incoming_bytes">1000000000</limit>
 
52
  <limit name="max_incoming_unix_fds">250000000</limit>
52
53
  <limit name="max_outgoing_bytes">1000000000</limit>
 
54
  <limit name="max_outgoing_unix_fds">250000000</limit>
53
55
  <limit name="max_message_size">1000000000</limit>
 
56
  <limit name="max_message_unix_fds">4096</limit>
54
57
  <limit name="service_start_timeout">120000</limit>  
55
58
  <limit name="auth_timeout">240000</limit>
56
59
  <limit name="max_completed_connections">100000</limit>