mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 01:05:56 +03:00
[GH-ISSUE #100] admin-user-home vs admin_user_home #53
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 @acurrieclark on GitHub (Oct 5, 2021).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/100
github.com/konstruktoid/hardening@47246cfcb1/misc/audit-base.rules (L7)I am struggling with an issue where my audit.log is getting overloaded on a new server I am hardening.
In a previous version of this file,
admin-user-home(hyphenated) was written asadmin_user_home(underscored). I can't find any reference as to why this might be, and wondered if this might be in error?Many thanks
@konstruktoid commented on GitHub (Oct 5, 2021):
Hi @acurrieclark, that was changed in
github.com/konstruktoid/hardening@e0af71f93capprox 13 months ago.Since https://github.com/konstruktoid/hardening/blob/master/misc/audit.header#L5-L6 flushes all rules before applying the new ones, the old key shouldn't be present.
@acurrieclark commented on GitHub (Oct 5, 2021):
Ah, I am sorry, I just misunderstood the meaning of the key. Thanks for getting back to me.