79350f79d8
Resolves: #2137584,#2138081,#2141979
26 lines
906 B
Diff
26 lines
906 B
Diff
From e715ac2104707b6a8744fa54b1e4419a07ff88f6 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
|
|
|
|
Related: #2138081
|
|
---
|
|
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 e8be031de5..ee8bdcb9ca 100644
|
|
--- a/units/systemd-journald.service.in
|
|
+++ b/units/systemd-journald.service.in
|
|
@@ -38,7 +38,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
|