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.
26 lines
907 B
26 lines
907 B
2 years ago
|
From 9a0acc0b292d283b4507c6b749396c019af7e4ab 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
|