Use 0440 permissions on sudoers, not 0644

This commit is contained in:
Garrett Holmstrom 2012-09-22 19:35:07 -07:00
parent 8e6993d9dc
commit 35ad8a387b

View File

@ -339,7 +339,7 @@ class Distro(object):
content += "\n"
if not os.path.exists(sudo_file):
util.write_file(sudo_file, content, 0644)
util.write_file(sudo_file, content, 0440)
else:
try: