26 lines
907 B
Diff
26 lines
907 B
Diff
|
From bdea01b16bedae5fdba3e9a12a864087cfb4b040 Mon Sep 17 00:00:00 2001
|
||
|
From: David Tardon <dtardon@redhat.com>
|
||
|
Date: Wed, 25 Aug 2021 16:03:04 +0200
|
||
|
Subject: [PATCH] Really don't enable systemd-journald-audit.socket
|
||
|
|
||
|
RHEL-only
|
||
|
|
||
|
Resolves: #1973856
|
||
|
---
|
||
|
units/systemd-journald.service.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/units/systemd-journald.service.in b/units/systemd-journald.service.in
|
||
|
index d981273b07..f190dff5fb 100644
|
||
|
--- a/units/systemd-journald.service.in
|
||
|
+++ b/units/systemd-journald.service.in
|
||
|
@@ -33,7 +33,7 @@ RestrictRealtime=yes
|
||
|
RestrictSUIDSGID=yes
|
||
|
RuntimeDirectory=systemd/journal
|
||
|
RuntimeDirectoryPreserve=yes
|
||
|
-Sockets=systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket
|
||
|
+Sockets=systemd-journald.socket systemd-journald-dev-log.socket
|
||
|
StandardOutput=null
|
||
|
SystemCallArchitectures=native
|
||
|
SystemCallErrorNumber=EPERM
|