Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dbus-uninstalled.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dbus-uninstalled.conf')
-rw-r--r--dbus-uninstalled.conf26
1 files changed, 0 insertions, 26 deletions
diff --git a/dbus-uninstalled.conf b/dbus-uninstalled.conf
deleted file mode 100644
index ed3dc74..0000000
--- a/dbus-uninstalled.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-<!-- 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>
-
- <standard_session_servicedirs />
- <servicedir>/tmp/sugar</servicedir>
- <servicedir>/tmp/sugar-services</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>