Blame SOURCES/0013-add-SSLClientAuth-to-ureport-dbus-config-interface.patch

28bab8
From b40bce3a493e9fa305d4aee38a2d176c39a26543 Mon Sep 17 00:00:00 2001
28bab8
From: Martin Milata <mmilata@redhat.com>
28bab8
Date: Mon, 20 Jan 2014 16:37:15 +0100
28bab8
Subject: [LIBREPORT PATCH 13/14] add SSLClientAuth to ureport dbus config
28bab8
 interface
28bab8
28bab8
Related to rhbz#1053042.
28bab8
28bab8
Signed-off-by: Martin Milata <mmilata@redhat.com>
28bab8
---
28bab8
 doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in | 1 +
28bab8
 1 file changed, 1 insertion(+)
28bab8
28bab8
diff --git a/doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in b/doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in
28bab8
index 58498c7..28c5fea 100644
28bab8
--- a/doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in
28bab8
+++ b/doc/plugins-dbus/com.redhat.problems.configuration.ureport.xml.in
28bab8
@@ -8,6 +8,7 @@
28bab8
     <interface name="com.redhat.problems.configuration.ureport">
28bab8
         <property name="URL" type="s" access="readwrite" />
28bab8
         <property name="SSLVerify" type="b" access="readwrite" />
28bab8
+        <property name="SSLClientAuth" type="s" access="readwrite" />
28bab8
         
28bab8
     </interface>
28bab8
 </node>
28bab8
-- 
28bab8
1.8.3.1
28bab8