forked from ansible-lockdown/RHEL9-CIS
added fix for issue #30
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
a28c0531ee
commit
b9b283fd52
2 changed files with 8 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
## 1.0.2
|
## 1.0.2
|
||||||
|
|
||||||
#30 - thanks to smattterchew ability to change sshd config file to use dropin file instead.
|
thanks to @smatterchew
|
||||||
|
#30 ability to change sshd config file to use dropin file instead.
|
||||||
|
|
||||||
|
thanks to @I-am-MoS
|
||||||
|
#34 create user.cfg if not present
|
||||||
Aligned benchmark audit version with remediate release
|
Aligned benchmark audit version with remediate release
|
||||||
|
|
||||||
## 1.0.1
|
## 1.0.1
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,9 @@
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: "{{ item.mode }}"
|
mode: "{{ item.mode }}"
|
||||||
|
state: touch
|
||||||
|
modification_time: preserve
|
||||||
|
acess_time: preserve
|
||||||
loop:
|
loop:
|
||||||
- { path: 'grub.cfg', mode: '0700' }
|
- { path: 'grub.cfg', mode: '0700' }
|
||||||
- { path: 'grubenv', mode: '0600' }
|
- { path: 'grubenv', mode: '0600' }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue