diff options
author | makefu <github@syntax-fehler.de> | 2014-03-19 21:08:18 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-03-19 21:08:18 +0100 |
commit | 5125b49ce1fe7b5d24a63cccfcddeed4a41aba23 (patch) | |
tree | eb3cfdf44d7388e1cea0be77e851ac6e6b5cbb42 /filehooker/root-image/root/customize_root_image.sh | |
parent | d041405044765ff8da8932d613c8ac3be37dd765 (diff) |
filehooker: fix system breakage :D
Diffstat (limited to 'filehooker/root-image/root/customize_root_image.sh')
-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 |