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

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