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
906 B
26 lines
906 B
2 years ago
|
From e715ac2104707b6a8744fa54b1e4419a07ff88f6 Mon Sep 17 00:00:00 2001
|
||
2 years ago
|
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
|
||
|
|
||
2 years ago
|
Related: #2138081
|
||
2 years ago
|
---
|
||
|
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
|
||
2 years ago
|
index e8be031de5..ee8bdcb9ca 100644
|
||
2 years ago
|
--- a/units/systemd-journald.service.in
|
||
|
+++ b/units/systemd-journald.service.in
|
||
2 years ago
|
@@ -38,7 +38,7 @@ RestrictRealtime=yes
|
||
2 years ago
|
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
|