mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Base: Let's make home directories 700 to keep things private :^)
This commit is contained in:
parent
41d5f5c3b5
commit
66b0002acb
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ printf "installing users... "
|
||||||
mkdir -p mnt/home/anon
|
mkdir -p mnt/home/anon
|
||||||
mkdir -p mnt/home/nona
|
mkdir -p mnt/home/nona
|
||||||
cp ../ReadMe.md mnt/home/anon/
|
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 100:100 mnt/home/anon
|
||||||
chown -R 200:200 mnt/home/nona
|
chown -R 200:200 mnt/home/nona
|
||||||
echo "done"
|
echo "done"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue