remove chmod

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2024-04-01 12:59:31 +00:00 committed by Gitee
parent 5bf78dd789
commit 6d3996fc84
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -17,9 +17,7 @@ fi
printf "\"%s\" ALL = (root) NOPASSWD:ALL\n" "${container_user_name}" >> /etc/sudoers.d/sudoers
fi
chmod 440 /etc/sudo.conf
chmod 440 /etc/sudoers
chmod 440 /etc/sudoers.d
printf "ACE: Setting up groups...\n"