Blame 0164-Warn-against-disabling-private-reports-in-abrt.conf.patch

69165ba
From eb3e4583bf8214b374e0453764d194130618d391 Mon Sep 17 00:00:00 2001
69165ba
From: Richard Marko <rmarko@fedoraproject.org>
69165ba
Date: Fri, 14 Aug 2015 12:03:07 +0200
69165ba
Subject: [PATCH] Warn against disabling private reports in abrt.conf
69165ba
69165ba
Related rhbz#1253166
69165ba
69165ba
Signed-off-by: Richard Marko <rmarko@fedoraproject.org>
69165ba
---
69165ba
 src/daemon/abrt.conf | 7 +++++--
69165ba
 1 file changed, 5 insertions(+), 2 deletions(-)
69165ba
69165ba
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
69165ba
index 171ee4c..2a83f8e 100644
69165ba
--- a/src/daemon/abrt.conf
69165ba
+++ b/src/daemon/abrt.conf
69165ba
@@ -44,7 +44,10 @@ AutoreportingEnabled = no
69165ba
 #
69165ba
 # ShortenedReporting = yes
69165ba
 
69165ba
-# Disable this if you want to regular users to own the problem data colleted by
69165ba
-# abrt.
69165ba
+# Disable this option if you want to allow regular users to have file system
69165ba
+#  rights to read the problem data stored in DumpLocation.
69165ba
 #
69165ba
+#  Caution:
69165ba
+#  THE PROBLEM DATA CONTAINS EXCERPTS OF /var/log/messages, dmesg AND sosreport
69165ba
+#  data GENERATED BY abrtd UNDER THE USER root.
69165ba
 PrivateReports = yes
69165ba
-- 
69165ba
2.4.3
69165ba