abrt/0003-dbus-Fix-invalid-dbus-policy-file.patch
2014-05-06 15:34:43 +02:00

33 lines
1.0 KiB
Diff

From 050ebb0786dc2ea24ffbb560b16bc2cbc7ccfedc Mon Sep 17 00:00:00 2001
From: Stef Walter <stefw@redhat.com>
Date: Tue, 6 May 2014 14:12:22 +0200
Subject: [PATCH 3/3] dbus: Fix invalid dbus policy file
The use of at_console is a bit of a relic from times before polkit.
But more importantly I've removed a section that has no effect, and
opens up the dbus policy for an invalid name: org.freedesktop.org
---
src/dbus/dbus-abrt.conf | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/dbus/dbus-abrt.conf b/src/dbus/dbus-abrt.conf
index 159d5ef..3bac353 100644
--- a/src/dbus/dbus-abrt.conf
+++ b/src/dbus/dbus-abrt.conf
@@ -16,11 +16,6 @@
<allow send_interface="com.redhat.problems.configuration"/>
</policy>
- <policy at_console="true">
- <allow send_destination="org.freedesktop.org"/>
- <allow send_destination="com.redhat.problems.configuration"/>
- </policy>
-
<!-- Allow anyone to invoke methods on abrt server -->
<policy context="default">
<allow send_destination="org.freedesktop.problems"/>
--
1.9.0