mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 01:05:56 +03:00
[GH-ISSUE #35] Ubuntu 18.04 Crashing While Applying Apt Updates #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rmsheriff on GitHub (Oct 24, 2018).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/35
The system is crashing due to kernel panic when the audit logging rate exceeds some limit on both VMs and bare metal boxes.
Fix that worked for us is changing the audit rules -f parameter from 2 to 1 in /etc/audit/rules.d/hardening.rules configuration file.
Other then that great scripts, thank you!
@konstruktoid commented on GitHub (Oct 24, 2018):
Hi @rmsheriff and thanks alot :)
Had some issues with failure mode 2 earlier as well, so I've merged #36; setting the default to
1and adding anAUDITD_MODEvariable.@konstruktoid commented on GitHub (Jan 21, 2019):
Closing due to inactivity.