mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
updated 6.2.16
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
77e48d3ecc
commit
45435dd2ba
1 changed files with 1 additions and 2 deletions
|
|
@ -460,14 +460,13 @@
|
|||
|
||||
- name: "6.2.16 | AUDIT | Ensure local interactive user dot files are not group or world writable | Check for files"
|
||||
ansible.builtin.find:
|
||||
path: "{{ item }}"
|
||||
path: /home
|
||||
depth: 3
|
||||
patterns: ".*"
|
||||
hidden: true
|
||||
recurse: true
|
||||
file_type: file
|
||||
register: user_dot_files
|
||||
loop: "{{ interactive_users_home.stdout_lines }}"
|
||||
|
||||
- name: "6.2.16 | AUDIT | Ensure local interactive user dot files are not group or world writable | update permissions"
|
||||
ansible.builtin.file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue