Skip to content

Commit

Permalink
added hidden file check for logfiles
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Bolwell <[email protected]>
  • Loading branch information
uk-bolly committed Oct 18, 2023
1 parent 6bf52a3 commit ebe61e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ in particular @Loz and @Petri for all the testing
- audit updates for documentation
- 1.1.1.2 conditional logic improvement
- 4.1.4.1 & 4.1.4.5 improved logic
- 4.2.3 ensure checking for hidden logfiles

thanks to @paulquevedojdrf

Expand All @@ -26,6 +27,7 @@ thanks to @zac90
- #140
- #141
- #142
- #143

### v1.0.6

Expand Down
1 change: 1 addition & 0 deletions tasks/section_4/cis_4.2.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
paths: "/var/log"
file_type: file
recurse: true
hidden: true
register: logfiles

- name: "4.2.3 | PATCH | Ensure permissions on all logfiles are configured | change permissions"
Expand Down

0 comments on commit ebe61e5

Please sign in to comment.