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

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