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