Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dbus-installed.conf.in
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-27 23:25:08 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-27 23:25:08 (GMT)
commit86bd6f50f0ad5eaaf2110e245c979687eb041d22 (patch)
tree8517b74e5451ee070776576713b15273797cf335 /dbus-installed.conf.in
parent1d370ca8e5b8f4f4b863adb7bb9ea39fe885d284 (diff)
Use dbus activation to launch factories. This breaks
p-to-p chat and ./sugar/activities. Will fix tomorrow.
Diffstat (limited to 'dbus-installed.conf.in')
-rw-r--r--dbus-installed.conf.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/dbus-installed.conf.in b/dbus-installed.conf.in
new file mode 100644
index 0000000..e1e878d
--- /dev/null
+++ b/dbus-installed.conf.in
@@ -0,0 +1,24 @@
+<!-- This configuration file controls the per-user-login-session message bus.
+ Add a session-local.conf and edit that rather than changing this
+ file directly. -->
+
+<!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>
+
+ <servicedir>@prefix@/share/sugar/activities</servicedir>
+
+ <policy context="default">
+ <!-- Allow everything to be sent -->
+ <allow send_destination="*"/>
+ <!-- Allow everything to be received -->
+ <allow eavesdrop="true"/>
+ <!-- Allow anyone to own anything -->
+ <allow own="*"/>
+ </policy>
+
+</busconfig>