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