v1.04; minor tweaks, etc. but should be good for a while

This commit is contained in:
2015-01-12 20:27:41 -05:00
parent 3133e4a962
commit 1dcbe73c7b
4 changed files with 9 additions and 2 deletions

View File

@@ -99,6 +99,8 @@ function mentos {
find ${CHROOTDIR64}/root/ -type f -exec chmod 600 '{}' \;
find ${CHROOTDIR32}/root/ -type d -exec chmod 700 '{}' \;
find ${CHROOTDIR32}/root/ -type f -exec chmod 600 '{}' \;
chmod 600 ${CHROOTDIR64}/etc/ssh/*
chmod 600 ${CHROOTDIR32}/etc/ssh/*
echo "Done."
}