mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 03:47:16 +02:00
28 lines
627 B
Diff
28 lines
627 B
Diff
From: Dermot Bradley <dermot_bradley@yahoo.com>
|
|
Date: Fri, 29 May 2020 19:55:23 +0100
|
|
Updated: Mon, 30 May 2022 23:42:39 +0000
|
|
|
|
correct paths in plugins
|
|
|
|
--- 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/syslog/syslog.conf
|
|
+++ b/audisp/plugins/syslog/syslog.conf
|
|
@@ -8,7 +8,7 @@
|
|
|
|
active = no
|
|
direction = out
|
|
-path = /sbin/audisp-syslog
|
|
+path = /usr/sbin/audisp-syslog
|
|
type = always
|
|
args = LOG_INFO
|
|
format = string
|