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

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