[maemo-commits] [maemo-commits] r9835 - in projects/haf/trunk/dbus/debian: . patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Feb 14 08:37:39 EET 2007
Author: kihamala
Date: 2007-02-14 08:37:38 +0200 (Wed, 14 Feb 2007)
New Revision: 9835

Added:
   projects/haf/trunk/dbus/debian/patches/10-up-connection-limits.patch
Modified:
   projects/haf/trunk/dbus/debian/changelog
Log:
increased per-user connection limit


Modified: projects/haf/trunk/dbus/debian/changelog
===================================================================
--- projects/haf/trunk/dbus/debian/changelog	2007-02-14 05:24:38 UTC (rev 9834)
+++ projects/haf/trunk/dbus/debian/changelog	2007-02-14 06:37:38 UTC (rev 9835)
@@ -1,3 +1,10 @@
+dbus (1.0.2-0osso3) experimental; urgency=low
+
+  * UNRELEASED
+  * Increased per-user connection limit.
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Wed, 14 Feb 2007 07:53:57 +0200
+
 dbus (1.0.2-0osso2) experimental; urgency=low
 
   * Activated /etc/dbus-1/event.d for HAL.

Added: projects/haf/trunk/dbus/debian/patches/10-up-connection-limits.patch
===================================================================
--- projects/haf/trunk/dbus/debian/patches/10-up-connection-limits.patch	2007-02-14 05:24:38 UTC (rev 9834)
+++ projects/haf/trunk/dbus/debian/patches/10-up-connection-limits.patch	2007-02-14 06:37:38 UTC (rev 9835)
@@ -0,0 +1,26 @@
+diff -pur trunk/bus/session.conf.in trunk.new/bus/session.conf.in
+--- trunk/bus/session.conf.in	2006-11-16 11:30:14.000000000 +0200
++++ trunk.new/bus/session.conf.in	2007-02-13 15:45:21.390464344 +0200
+@@ -12,6 +12,9 @@
+ 
+   <servicedir>@EXPANDED_DATADIR@/dbus-1/services</servicedir>
+ 
++  <limit name="max_completed_connections">10000</limit>
++  <limit name="max_connections_per_user">10000</limit>
++
+   <policy context="default">
+     <!-- Allow everything to be sent -->
+     <allow send_destination="*"/>
+diff -pur trunk/bus/system.conf.in trunk.new/bus/system.conf.in
+--- trunk/bus/system.conf.in	2006-11-16 11:30:14.000000000 +0200
++++ trunk.new/bus/system.conf.in	2007-02-13 15:45:07.078640072 +0200
+@@ -32,6 +32,9 @@
+        systems.) -->
+   <listen>@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@</listen>
+ 
++  <limit name="max_completed_connections">10000</limit>
++  <limit name="max_connections_per_user">10000</limit>
++
+   <policy context="default">
+     <!-- Deny everything then punch holes -->
+     <deny send_interface="*"/>


More information about the maemo-commits mailing list