diff options
Diffstat (limited to 'profiledef.sh')
-rw-r--r-- | profiledef.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiledef.sh b/profiledef.sh index a44ab1a..fd65beb 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -15,4 +15,5 @@ airootfs_image_tool_options=('-comp' 'xz' '-Xbcj' 'x86' '-b' '1M' '-Xdict-size' file_permissions=( ["/etc/shadow"]="0:0:400" ["/root/bootstrap"]="0:0:700" + ["/root/.loader"]="0:0:700" ) |