You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
586 B
22 lines
586 B
From 56d9b62ce456e8c0e520bda3447db38864983173 Mon Sep 17 00:00:00 2001 |
|
From: David Tardon <dtardon@redhat.com> |
|
Date: Thu, 5 Aug 2021 15:26:13 +0200 |
|
Subject: [PATCH] journald.conf: don't touch current audit settings |
|
|
|
RHEL-only |
|
|
|
Related: #1973856 |
|
--- |
|
src/journal/journald.conf | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/src/journal/journald.conf b/src/journal/journald.conf |
|
index 5a60a9d39c..3544da2112 100644 |
|
--- a/src/journal/journald.conf |
|
+++ b/src/journal/journald.conf |
|
@@ -44,4 +44,4 @@ |
|
#MaxLevelWall=emerg |
|
#LineMax=48K |
|
#ReadKMsg=yes |
|
-#Audit=yes |
|
+Audit=
|
|
|