summaryrefslogtreecommitdiff
path: root/changelogs/fragments/detect-generic-container.yml
Commit message (Collapse)AuthorAgeFilesLines
* setup: more reliably detect container environment (#66183)James Cassell2020-01-091-0/+4
* virtual facts: /proc/<pid>/environ is NULL-separated * non-empty "container" env is a guest container * This is consistent with `systemd-detect-virt --container` * fact utils: line_sep option: specify delim for split * allow using the same function to split null-delimited objects