diff options
Diffstat (limited to 'extra/audit/0004-fix-path-in-au-remote-conf.patch')
-rw-r--r-- | extra/audit/0004-fix-path-in-au-remote-conf.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/audit/0004-fix-path-in-au-remote-conf.patch b/extra/audit/0004-fix-path-in-au-remote-conf.patch new file mode 100644 index 0000000..c3d1efd --- /dev/null +++ b/extra/audit/0004-fix-path-in-au-remote-conf.patch @@ -0,0 +1,16 @@ +From: Dermot Bradley <dermot_bradley@yahoo.com> +Date: Fri, 29 May 2020 19:55:23 +0100 + +Fix the path to the audisp-remote binary. + +--- 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 |