Blame 0076-systemd-add-systemd-journald-audit.socket.patch

Harald Hoyer b94732
From 3e7a05f2a5f051a97ac08885f5288bc310c367c2 Mon Sep 17 00:00:00 2001
Harald Hoyer b94732
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer b94732
Date: Fri, 19 Dec 2014 12:47:49 +0100
Harald Hoyer b94732
Subject: [PATCH] systemd: add systemd-journald-audit.socket
Harald Hoyer b94732
Harald Hoyer b94732
---
Harald Hoyer b94732
 modules.d/98systemd/module-setup.sh | 2 ++
Harald Hoyer b94732
 1 file changed, 2 insertions(+)
Harald Hoyer b94732
Harald Hoyer b94732
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
Harald Hoyer b94732
index 53e07a2..51ea288 100755
Harald Hoyer b94732
--- a/modules.d/98systemd/module-setup.sh
Harald Hoyer b94732
+++ b/modules.d/98systemd/module-setup.sh
Harald Hoyer b94732
@@ -83,6 +83,7 @@ install() {
Harald Hoyer b94732
         $systemdsystemunitdir/systemd-udevd-kernel.socket \
Harald Hoyer b94732
         $systemdsystemunitdir/systemd-ask-password-plymouth.path \
Harald Hoyer b94732
         $systemdsystemunitdir/systemd-journald.socket \
Harald Hoyer b94732
+        $systemdsystemunitdir/systemd-journald-audit.socket \
Harald Hoyer b94732
         $systemdsystemunitdir/systemd-ask-password-console.service \
Harald Hoyer b94732
         $systemdsystemunitdir/systemd-modules-load.service \
Harald Hoyer b94732
         $systemdsystemunitdir/systemd-halt.service \
Harald Hoyer b94732
@@ -105,6 +106,7 @@ install() {
Harald Hoyer b94732
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \
Harald Hoyer b94732
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \
Harald Hoyer b94732
         $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \
Harald Hoyer b94732
+        $systemdsystemunitdir/sockets.target.wants/systemd-journald-audit.socket \
Harald Hoyer b94732
         $systemdsystemunitdir/sockets.target.wants/systemd-journald-dev-log.socket \
Harald Hoyer b94732
         $systemdsystemunitdir/sysinit.target.wants/systemd-udevd.service \
Harald Hoyer b94732
         $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \