Use 0440 permissions on sudoers, not 0644
This commit is contained in:
parent
8e6993d9dc
commit
35ad8a387b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user