Commit aa944f0
fix: make configuration file readable only to the user who create it (#117)
When the `vt init` command is run, configuration file `.vt.toml` is created. This file was created with permissions 0666, who allowed everyone to read it. With this change the file is created with permissions 0600, so that only the user who created can read it or write it.
---------
Co-authored-by: micsthepick <[email protected]>
Co-authored-by: Victor M. Alvarez <[email protected]>1 parent eb5dbbc commit aa944f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments