bash/bash-4.3-audit.patch
Siteshwar Vashisht 2cd7e4238f Restore audit logs in bash-4.3 or newer versions
Resolves: RHEL-24990
2024-02-09 17:02:03 +01:00

13 lines
473 B
Diff

diff --git a/lib/readline/rlconf.h b/lib/readline/rlconf.h
--- a/lib/readline/rlconf.h
+++ b/lib/readline/rlconf.h
@@ -64,7 +64,7 @@
/* Define this if you want to enable code that talks to the Linux kernel
tty auditing system. */
-/* #define ENABLE_TTY_AUDIT_SUPPORT */
+#define ENABLE_TTY_AUDIT_SUPPORT
/* Defaults for the various editing mode indicators, inserted at the beginning
of the last (maybe only) line of the prompt if show-mode-in-prompt is on */