abrt/0001-doc-document-selinux-change-needed-for-automatic-del.patch
Matej Habrnal 345ed6c98e Allow rpm to be optional at build time and bug fixes
Resolves #1413637, #1413451

Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
2017-01-18 10:53:54 +01:00

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