Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11086 from dexterle/fix-rule-ubtu…
Browse files Browse the repository at this point in the history
…-20-010416

Fix excluded_files and recursive for UBTU-20-010416
  • Loading branch information
dodys authored Sep 13, 2023
2 parents 0cc8001 + cf85f18 commit 16330f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ template:
name: file_permissions
vars:
excluded_files@sle15: ['*[bw]tmp', '*lastlog']
excluded_files@ubuntu2004: ['history.log', 'eipp.log.xz', '*[bw]tmp', '*lastlog']
excluded_files@ubuntu2204: ['history.log', 'eipp.log.xz', '*[bw]tmp', '*lastlog']
file_regex: '.*'
filemode: '0640'
filepath: /var/log/
recursive@sle12: 'true'
recursive@sle15: 'true'
recursive@ubuntu2004: 'true'
recursive@ubuntu2204: 'true'

0 comments on commit 16330f9

Please sign in to comment.