Base: Let's make home directories 700 to keep things private :^)

This commit is contained in:
Andreas Kling 2020-01-09 21:56:54 +01:00
parent 41d5f5c3b5
commit 66b0002acb

View file

@ -87,6 +87,8 @@ printf "installing users... "
mkdir -p mnt/home/anon
mkdir -p mnt/home/nona
cp ../ReadMe.md mnt/home/anon/
chmod 700 mnt/home/anon
chmod 700 mnt/home/nona
chown -R 100:100 mnt/home/anon
chown -R 200:200 mnt/home/nona
echo "done"