mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
35e06fa1ee
For #11218, In the initial implementation of the feature, we used to launch Nudge as a root, so setting the permissions of the config file to 0600 was okay. As part of the fix for #10044, we now launch Nudge as the current user (which is also recommended in the Nudge wiki), but previous installations of the beta version (probably only Fleeties using Dogfood) still have the configuration file with restrictive permissions, so Nudge wasn't able to read the config when launched as a user. This is kind of hidden because `os.WriteFile` takes a permission arugment, but it's only used if it's writing the file for the first time.
2 lines
194 B
Plaintext
2 lines
194 B
Plaintext
* Fixed an issue preventing Nudge to read the configuration file delivered by Fleet on some installations. This only affects you if Nudge was enabled and configured on a host using Orbit v1.8.0
|