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

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