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.
The tasks in tests/imageprep/_user_accounts.yml that create users did not specify a primary group for those users - this left the decision to Ansible's user module, and/or the underlying OS. In Ansible 9+ (ansible-core 2.16+ the user module defaults to primary group "staff." Earlier don't supply a default, which releases probably results in a primary group nameed "None" (due to stringifying the Python singleton of the same name), or whatever the macOS Directory Services has for no data/NULL. The invalid GID 4294967295 (MAX_UINT32 == 2**32-1) in the sudo error probably enters the mix via something similar to sudo CVE-2019-14287. Fixes #692 See - https://github.com/ansible/ansible/pull/79999 - https://github.com/ansible/ansible/commit/c69c83c962f987c78af98da0746527df - https://www.sudo.ws/security/advisories/minus_1_uid/ > Bruce Wayne : [confused] Am I meant to understand any of that? > Lucius Fox : Not at all, I just wanted you to know how hard it was. > -- Batman Begins |
1 year ago | |
|---|---|---|
| .. | ||
| action | 1 year ago | |
| async | 1 year ago | |
| become | 1 year ago | |
| connection | 1 year ago | |
| connection_delegation | 1 year ago | |
| connection_loader | 1 year ago | |
| context_service | 1 year ago | |
| glibc_caches | 1 year ago | |
| interpreter_discovery | 1 year ago | |
| local | 1 year ago | |
| module_utils | 1 year ago | |
| playbook_semantics | 1 year ago | |
| process | 2 years ago | |
| runner | 1 year ago | |
| ssh | 1 year ago | |
| strategy | 1 year ago | |
| stub_connections | 1 year ago | |
| transport | 1 year ago | |
| transport_config | 1 year ago | |
| _expected_ssh_port.yml | 1 year ago | |
| _mitogen_only.yml | 7 years ago | |
| all.yml | 4 years ago | |