mirror of https://github.com/ansible/ansible.git
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.
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
|
1 year ago | |
|---|---|---|
| .. | ||
| _vendor | 2 years ago | |
| cli | 1 year ago | |
| collections | 2 years ago | |
| compat | 2 years ago | |
| config | 1 year ago | |
| errors | 1 year ago | |
| executor | 1 year ago | |
| galaxy | 1 year ago | |
| inventory | 2 years ago | |
| module_utils | 1 year ago | |
| modules | 1 year ago | |
| parsing | 1 year ago | |
| playbook | 1 year ago | |
| plugins | 1 year ago | |
| template | 1 year ago | |
| utils | 1 year ago | |
| vars | 1 year ago | |
| __init__.py | 2 years ago | |
| __main__.py | 1 year ago | |
| constants.py | 1 year ago | |
| context.py | 2 years ago | |
| keyword_desc.yml | 2 years ago | |
| release.py | 1 year ago | |