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

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