Blob Blame History Raw
From e084cc0f6df7ee8d9e43592120f818755fc2d144 Mon Sep 17 00:00:00 2001
From: Julius Milan <jmilan@redhat.com>
Date: Tue, 5 Dec 2017 17:19:43 +0100
Subject: [PATCH 07/22] augeas: include local config path

---
 augeas/libreport.aug | 1 +
 1 file changed, 1 insertion(+)

diff --git a/augeas/libreport.aug b/augeas/libreport.aug
index dd4252e6..7e89faca 100644
--- a/augeas/libreport.aug
+++ b/augeas/libreport.aug
@@ -29,6 +29,7 @@ module Libreport =
                . (incl (Sys.getenv("HOME") . "/.config/abrt/settings/*"))
                . (incl (Sys.getenv("XDG_CACHE_HOME") . "/abrt/events/*"))
                . (incl (Sys.getenv("HOME") . "/.cache/abrt/events/*"))
+               . (incl (Sys.getenv("HOME") . "/.config/libreport/*"))
                . (excl "/etc/libreport/plugins/bugzilla_format*")
                . (excl "/etc/libreport/plugins/mantisbt_format*")
                . (excl "/etc/libreport/plugins/catalog*")
-- 
2.14.3