a84b6847fc
The search for world-writable files is very intensive and causes some long delays when running playbooks. This patch makes it optional and updates the documentation to match. Change-Id: I206f75597c48023a889bd7027daff2eff82b1a16
8 lines
303 B
YAML
8 lines
303 B
YAML
---
|
|
features:
|
|
- |
|
|
Searching for world-writable files is now disabled by default. The search
|
|
causes delays in playbook runs and it can consume a significant amount of
|
|
CPU and I/O resources. Deployers can re-enable the search by setting
|
|
``security_find_world_writable_dirs`` to ``yes``.
|