345ed6c98e
Resolves #1413637, #1413451 Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
28 lines
754 B
Diff
28 lines
754 B
Diff
From bcb90c417ef0dc0b7f80eb82d98ac92dfee7c4b0 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy@redhat.com>
|
|
Date: Thu, 15 Dec 2016 15:29:03 +0100
|
|
Subject: [PATCH] doc: document selinux change needed for automatic deletion of
|
|
reports
|
|
|
|
---
|
|
src/daemon/abrt.conf | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
|
|
index 34570ea..6d1660e 100644
|
|
--- a/src/daemon/abrt.conf
|
|
+++ b/src/daemon/abrt.conf
|
|
@@ -17,7 +17,8 @@ MaxCrashReportsSize = 5000
|
|
#DumpLocation = /var/spool/abrt
|
|
|
|
# If you want to automatically clean the upload directory you have to tweak the
|
|
-# selinux policy.
|
|
+# selinux policy:
|
|
+# # setsebool -P abrt_anon_write 1
|
|
#
|
|
DeleteUploaded = no
|
|
|
|
--
|
|
2.9.3
|
|
|