diff options
author | Garrett Holmstrom <gholms@eucalyptus.com> | 2012-09-24 14:03:19 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-09-24 14:03:19 -0400 |
commit | 6c8b9dbae8beb4cb5ebab009b51f01f67114706f (patch) | |
tree | 0e8ae519134f70354f783122478a136155d74628 /tools | |
parent | 94b9647e4df742982cac8a2c2925fb4894281dbf (diff) | |
parent | d852495da6ae8eefee0ff7d2de14c398c0a87a51 (diff) | |
download | vyos-cloud-init-6c8b9dbae8beb4cb5ebab009b51f01f67114706f.tar.gz vyos-cloud-init-6c8b9dbae8beb4cb5ebab009b51f01f67114706f.zip |
fix permissions on /etc/sudoers.d file to be 0440 not 0644
sudo complains about the permissions on the sudoers config file that cloud-init
writes:
[ec2-user@ip-10-166-110-107 ~]$ sudo -s sudo:
/etc/sudoers.d/90-cloud-init-users is mode 0644, should be 0440
This patch makes the file's permissions match sudo's recommendation.
Note: ubuntu's sudo doesn't seem to complain about 644, but 440 is probably
better.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions