summaryrefslogtreecommitdiffstats
path: root/profiledef.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profiledef.sh')
-rw-r--r--profiledef.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiledef.sh b/profiledef.sh
index 4154816..a1681d8 100644
--- a/profiledef.sh
+++ b/profiledef.sh
@@ -18,6 +18,8 @@ airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size'
file_permissions=(
["/etc/shadow"]="0:0:400"
["/root"]="0:0:750"
+ ["/root/.ssh"]="0:0:700"
+ ["/root/.ssh/authorized_keys"]="0:0:600"
["/root/.automated_script.sh"]="0:0:755"
["/usr/local/bin/choose-mirror"]="0:0:755"
["/usr/local/bin/Installation_guide"]="0:0:755"