summaryrefslogtreecommitdiffstats
path: root/lib/DBus
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-02-19 14:50:19 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-02-19 14:50:19 +0100
commite5fdb1cbef199fd48ed7615cc83383bc55a345fa (patch)
treede440078c55cce6be8d0e1f0204903949e957d8f /lib/DBus
parent67a0890956d2c9878e2fdaf078c90551548b765c (diff)
downloadabrt-e5fdb1cbef199fd48ed7615cc83383bc55a345fa.tar.gz
abrt-e5fdb1cbef199fd48ed7615cc83383bc55a345fa.tar.xz
abrt-e5fdb1cbef199fd48ed7615cc83383bc55a345fa.zip
Moved dbus backend from dbus lib to daemon - better OO model.
Modified dbus policy config file to allow all users to call daemon's methods
Diffstat (limited to 'lib/DBus')
-rw-r--r--lib/DBus/dbus-crashcatcher.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/DBus/dbus-crashcatcher.conf b/lib/DBus/dbus-crashcatcher.conf
deleted file mode 100644
index e2839f40..00000000
--- a/lib/DBus/dbus-crashcatcher.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-<!-- This configuration file specifies the required security policies
- for CrashCatcher core daemon to work. -->
-
-<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
- "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
-<busconfig>
-
- <!-- ../system.conf have denied everything, so we just punch some holes -->
-
- <policy user="root">
- <allow own="com.redhat.CrashCatcher"/>
- <allow send_destination="com.redhat.CrashCatcher"/>
- <allow send_interface="com.redhat.CrashCatcher"/>
- </policy>
-
- <policy at_console="true">
- <allow send_destination="com.redhat.CrashCatcher"/>
- </policy>
-
- <policy context="default">
- <deny send_destination="com.redhat.CrashCatcher"/>
- </policy>
-
-</busconfig>