Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
manifest: chmod files to set the writable permissions
In order to make chrony use NTP settings from DHCP (#412), we need to chmod the following files to unset the writable permissions. Git tracks only the executable bit of the permissions so when the files get pulled locally they could have the group write bit set. When that happens we get an error like: `Cannot execute '/etc/NetworkManager/dispatcher.d/20-coreos-chrony-dhcp': writable by group or other`
- Loading branch information