From 17dcfa29fd6ebf09269ae1de94110b6fd0ce5bb8 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Wed, 7 Aug 2024 15:27:44 -0500 Subject: [PATCH] Add changelog file --- changelog/66786.fixed.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/66786.fixed.md diff --git a/changelog/66786.fixed.md b/changelog/66786.fixed.md new file mode 100644 index 00000000000..22bb47e0806 --- /dev/null +++ b/changelog/66786.fixed.md @@ -0,0 +1,2 @@ +Fix an issue where files created using `salt.utils.atomicile.atomic_open()` +were created with restrictive permissions instead of respecting the umask.