summarylogtreecommitdiffstats
path: root/auditbeat.install
diff options
context:
space:
mode:
Diffstat (limited to 'auditbeat.install')
-rw-r--r--auditbeat.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/auditbeat.install b/auditbeat.install
new file mode 100644
index 000000000000..6fbd95a33cdf
--- /dev/null
+++ b/auditbeat.install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "CONFIG_AUDIT is disabled in the Arch kernel packages so a custom kernel"
+ echo "is required for the Auditbeat auditd module to work. However, some features"
+ echo "like the the file integrity module will work fine without kernel audit support."
+ echo "The package linux-hardened has full support for audit."
+}