You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Jordan Borean fec17efe26
Fix runas become SYSTEM logic (#84280) (#84297)
Fixes the logic when attempting to become the SYSTEM user using the
runas plugin. It was incorrectly assumed that calling LogonUser with the
SYSTEM username would produce a new token with all the privileges but
instead it creates a copy of the existing token. This reverts the logic
back to the original process and adds in new logic to avoid any tokens
that are restricted from creating new processes.

(cherry picked from commit 3befdd3d15)
1 year ago
..
_vendor Require `from __future__ import annotations` (#81902) 2 years ago
cli ansible-galaxy - fix the usage for role/collection install (#83979) 1 year ago
collections Require `from __future__ import annotations` (#81902) 2 years ago
compat Remove Python `< 3.5` `selectors` fallbacks (#81872) 2 years ago
config Do not convert floats to ints when there is truncation (#83864) 1 year ago
errors Ansible Errors, Don't hide stacked messages when yaml (#83933) (#84000) 1 year ago
executor Fix returning unreachable for looped tasks (#84049) (#84204) 1 year ago
galaxy ansible-galaxy - fix ignoring certs when installing from git repos (#83332) (#84070) 1 year ago
inventory Require `from __future__ import annotations` (#81902) 2 years ago
module_utils Fix runas become SYSTEM logic (#84280) (#84297) 1 year ago
modules command module, fix docs to reflect reality (#84191) (#84277) 1 year ago
parsing [stable-2.18] forward ports of unsafe persistence fixes (#83922) 1 year ago
playbook Ansible Errors, Don't hide stacked messages when yaml (#83933) (#84000) 1 year ago
plugins [stable-2.18] Preserve `_ansible_no_log` from action result; fix `include_vars` to set properly (#84143) (#84179) 1 year ago
template Fix CVE-2024-11079 hostvars unsafe context (#84339) 1 year ago
utils ansible-galaxy - fix ignoring certs when installing from git repos (#83332) (#84070) 1 year ago
vars Fix CVE-2024-11079 hostvars unsafe context (#84339) 1 year ago
__init__.py Require `from __future__ import annotations` (#81902) 2 years ago
__main__.py ansible-test no longer needs special casing in `__main__.py` (#83962) 1 year ago
constants.py Print the name of the option being deprecated (#83761) 1 year ago
context.py Require `from __future__ import annotations` (#81902) 2 years ago
keyword_desc.yml MUNI tech writers: timeout documentation. (#83152) 2 years ago
release.py Update Ansible release version to v2.18.0.post0. (#84258) 1 year ago