From 83d062329db4d09a8323ff4dbd26768278273f15 Mon Sep 17 00:00:00 2001 From: Kinara Shah Date: Tue, 9 Jun 2026 11:52:19 -0700 Subject: [PATCH] update install script --- commands/create.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/create.go b/commands/create.go index c663925db5..0df53a2946 100644 --- a/commands/create.go +++ b/commands/create.go @@ -481,7 +481,7 @@ func commonCloudConfig(encodedData, command, path string, cf map[interface{}]int writeFile := map[string]string{ "encoding": "gzip+b64", "content": fmt.Sprintf("%s", encodedData), - "permissions": "0644", + "permissions": "0600", "path": path, } if err := appendValueToListInCloudConfig(cf, "write_files", writeFile); err != nil {