summarylogtreecommitdiffstats
path: root/auditbeat.install
blob: 6fbd95a33cdf706df86d53b43dbc4c807838159d (plain)
1
2
3
4
5
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."
}