diff options
-rwxr-xr-x | filehooker/root-image/root/customize_root_image.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filehooker/root-image/root/customize_root_image.sh b/filehooker/root-image/root/customize_root_image.sh index 185cb733..97f625ee 100755 --- a/filehooker/root-image/root/customize_root_image.sh +++ b/filehooker/root-image/root/customize_root_image.sh @@ -23,7 +23,7 @@ cp /krebs/etc/authorized_keys /root/.ssh/ useradd -m hooker ||: -chown -R root:root /etc /root /krebs /usr/bin +chown -R root:root /etc /root /krebs chmod 750 /etc/sudoers.d chmod 440 /etc/sudoers.d/g_wheel |