Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-07 | Use /run/cloud-init for tempfile operations. | Scott Moser | |
During boot, the usage of /tmp is not safe. In systemd systems, systemd-tmpfiles-clean may run at any point and clear out a temp file while cloud-init is using it. The solution here is to use /run/cloud-init/tmp. LP: #1707222 |