ansible-hardening/doc/metadata/rhel7/V-72009.rst

522 B

---id: V-72009 status: opt-in tag: file_perms ---

Searching an entire filesystem with find reduces system performance and might impact certain applications negatively. Therefore, the search for files and directories with an invalid group owner is disabled by default.

Deployers can opt in for this search by setting the following Ansible variable:

security_search_for_invalid_group_owner: yes

Any files or directories without a valid group owner are displayed in the Ansible output.