summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-07-03 13:26:57 -0700
committerMatt Davis <nitzmahone@users.noreply.github.com>2018-07-03 13:26:57 -0700
commitff980afefdbe4ceb828bdb1bb2eef03cf616bf63 (patch)
treeb79c8c9526fee5aac457683f8ff662e6add07a67 /changelogs
parent10d6fe6c98cfee9a7be0fea6102ba5dec951aec7 (diff)
downloadansible-ff980afefdbe4ceb828bdb1bb2eef03cf616bf63.tar.gz
[stable-2.5] ignore ansible.cfg in world writable cwd (#42070) (#42142)
* [stable-2.5] ignore ansible.cfg in world writable cwd (#42070) * ignore ansible.cfg in world writable cwd * also added 'warnings' to config * updated man page template (cherry picked from commit b6f2aad) Co-authored-by: Brian Coca <bcoca@users.noreply.github.com> * Update wrcwd_ansible.cfg.yml
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/wrcwd_ansible.cfg.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/wrcwd_ansible.cfg.yml b/changelogs/fragments/wrcwd_ansible.cfg.yml
new file mode 100644
index 0000000000..5f0f295f35
--- /dev/null
+++ b/changelogs/fragments/wrcwd_ansible.cfg.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - '**Security Fix** - avoid using ansible.cfg in a world writable dir.'