summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-19 18:16:07 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-19 18:16:07 +0100
commit2119efa423214149b004495c13dd71a838f2f0bd (patch)
tree2921008bcf49f26a9e3c89b71aa2c40936005b6f /src
parent64235bdc2d14d2fb1665d308e7518589ec0e9d14 (diff)
downloadabrt-2119efa423214149b004495c13dd71a838f2f0bd.tar.gz
abrt-2119efa423214149b004495c13dd71a838f2f0bd.tar.xz
abrt-2119efa423214149b004495c13dd71a838f2f0bd.zip
changed CrashCather to crash-catcher
Diffstat (limited to 'src')
-rw-r--r--src/Daemon/dbus-crash-catcher.conf (renamed from src/Daemon/dbus-crashcatcher.conf)12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Daemon/dbus-crashcatcher.conf b/src/Daemon/dbus-crash-catcher.conf
index d40e6c8..75c9a6d 100644
--- a/src/Daemon/dbus-crashcatcher.conf
+++ b/src/Daemon/dbus-crash-catcher.conf
@@ -8,18 +8,18 @@
<!-- ../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"/>
+ <allow own="com.redhat.crash_catcher"/>
+ <allow send_destination="com.redhat.crash_catcher"/>
+ <allow send_interface="com.redhat.crash_catcher"/>
</policy>
<policy at_console="true">
- <allow send_destination="com.redhat.CrashCatcher"/>
+ <allow send_destination="com.redhat.crash_catcher"/>
</policy>
- <!-- Allow anyone to invoke methods on CC server -->
+ <!-- Allow anyone to invoke methods on crash-catcher server -->
<policy context="default">
- <allow send_destination="com.redhat.CrashCatcher"/>
+ <allow send_destination="com.redhat.crash_catcher"/>
</policy>
</busconfig>