30 lines
794 B
Diff
30 lines
794 B
Diff
From: Tony Jones <tonyj@suse.de>
|
|
Subject: Adjust location of plugins built by audit-secondary
|
|
Upsteam: never
|
|
|
|
Adjust location of plugins built by audit-secondary. These should never have
|
|
been in /sbin plus some (for SUSE) require lib dependancies on /usr/lib
|
|
|
|
--- a/audisp/plugins/remote/au-remote.conf
|
|
+++ b/audisp/plugins/remote/au-remote.conf
|
|
@@ -5,7 +5,7 @@
|
|
|
|
active = no
|
|
direction = out
|
|
-path = /sbin/audisp-remote
|
|
+path = /usr/sbin/audisp-remote
|
|
type = always
|
|
#args =
|
|
format = string
|
|
--- a/audisp/plugins/zos-remote/audispd-zos-remote.conf
|
|
+++ b/audisp/plugins/zos-remote/audispd-zos-remote.conf
|
|
@@ -8,7 +8,7 @@
|
|
|
|
active = no
|
|
direction = out
|
|
-path = /sbin/audispd-zos-remote
|
|
+path = /usr/sbin/audispd-zos-remote
|
|
type = always
|
|
args = /etc/audit/zos-remote.conf
|
|
format = string
|