audit/backport-Fix-the-default-location-for-zos-remote.conf-171.patch
2021-05-26 08:51:35 +08:00

38 lines
1.4 KiB
Diff

From ea21005f1abba62ed4acd7432c6e721504909511 Mon Sep 17 00:00:00 2001
From: Pythoner <yixiangzhike007@163.com>
Date: Mon, 19 Apr 2021 14:10:14 -0500
Subject: [PATCH 2052/2052] Fix the default location for zos-remote.conf (#171)
---
audisp/plugins/zos-remote/audispd-zos-remote.conf | 2 +-
docs/zos-remote.conf.5 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/audisp/plugins/zos-remote/audispd-zos-remote.conf b/audisp/plugins/zos-remote/audispd-zos-remote.conf
index 13aef2c..eda199e 100644
--- a/audisp/plugins/zos-remote/audispd-zos-remote.conf
+++ b/audisp/plugins/zos-remote/audispd-zos-remote.conf
@@ -10,5 +10,5 @@ active = no
direction = out
path = /sbin/audispd-zos-remote
type = always
-args = /etc/audisp/zos-remote.conf
+args = /etc/audit/zos-remote.conf
format = string
diff --git a/docs/zos-remote.conf.5 b/docs/zos-remote.conf.5
index 4bf504d..7ee92e3 100644
--- a/docs/zos-remote.conf.5
+++ b/docs/zos-remote.conf.5
@@ -26,7 +26,7 @@ zos\-remote.conf \- the audisp-racf plugin configuration file
controls the configuration for the
.BR audispd\-zos\-remote (8)
Audit dispatcher plugin. The default location for this file is
-.IR /etc/audisp/zos\-remote.conf ,
+.IR /etc/audit/zos\-remote.conf ,
however, a different file can be specified as the first argument to the
.B audispd\-zos\-remote
plugin. See
--
1.8.3.1