Merge "V-38458: /etc/group user ownership"
This commit is contained in:
commit
ce309a4f92
2
doc/source/developer-notes/V-38458.rst
Normal file
2
doc/source/developer-notes/V-38458.rst
Normal file
@ -0,0 +1,2 @@
|
||||
The Ansible task will ensure that the ``/etc/group`` file is owned by the root
|
||||
user.
|
@ -40,10 +40,18 @@
|
||||
- cat2
|
||||
- V-38449
|
||||
|
||||
- name: V-38459 - The /etc/group file must be group-owned by root
|
||||
- name: V-38458 - The /etc/group file must be owned by root
|
||||
file:
|
||||
dest: /etc/group
|
||||
owner: root
|
||||
tags:
|
||||
- file_perms
|
||||
- cat2
|
||||
- V-38458
|
||||
|
||||
- name: V-38459 - The /etc/group file must be group-owned by root
|
||||
file:
|
||||
dest: /etc/group
|
||||
group: root
|
||||
tags:
|
||||
- file_perms
|
||||
|
Loading…
Reference in New Issue
Block a user