Document security concern for users setting the system_tmpdirs shell plugin config (#72213)
This commit is contained in:
parent
be5fc4e642
commit
618d1a3871
1 changed files with 5 additions and 3 deletions
|
@ -34,9 +34,11 @@ options:
|
|||
version_added: "2.10"
|
||||
system_tmpdirs:
|
||||
description:
|
||||
- "List of valid system temporary directories for Ansible to choose when it cannot use
|
||||
``remote_tmp``, normally due to permission issues. These must be world readable, writable,
|
||||
and executable."
|
||||
- "List of valid system temporary directories on the managed machine for Ansible to choose
|
||||
when it cannot use ``remote_tmp``, normally due to permission issues. These must be world
|
||||
readable, writable, and executable. This list should only contain directories which the
|
||||
system administrator has pre-created with the proper ownership and permissions otherwise
|
||||
security issues can arise."
|
||||
default: [ /var/tmp, /tmp ]
|
||||
type: list
|
||||
env: [{name: ANSIBLE_SYSTEM_TMPDIRS}]
|
||||
|
|
Loading…
Reference in a new issue