mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
update: change insertafter by insertbefore for MISC. LOG SETTINGS
This commit is contained in:
parent
27dc592c12
commit
942870f78d
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@
|
|||
# misc. logging additions to meet CIS standards
|
||||
*.=warning;*.=err -/var/log/warn
|
||||
*.crit /var/log/warn
|
||||
*.*;mail.none;news.none /var/log/messages
|
||||
insertafter: '#### RULES ####'
|
||||
*.*;news.none /var/log/messages
|
||||
insertbefore: '# ### sample forwarding rule ###'
|
||||
notify: Restart rsyslog
|
||||
|
||||
- name: "6.2.3.5 | PATCH | Ensure logging is configured | Local log settings"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue