diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-09-17 19:24:55 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-09-17 19:24:55 +0200 |
| commit | e4aa6ffeb28749bc172bbab7c0c28b8e43777ce9 (patch) | |
| tree | 629cec0f386aea4d57e0ef88f6a3ad9b69fd5cb6 /configs/smalldeploy/profiledef.sh | |
| parent | 2e025e3b04aa9a58348159870e3838033b1a2537 (diff) | |
| download | archiso-e4aa6ffeb28749bc172bbab7c0c28b8e43777ce9.tar.gz archiso-e4aa6ffeb28749bc172bbab7c0c28b8e43777ce9.tar.bz2 | |
minor adjustments
Diffstat (limited to 'configs/smalldeploy/profiledef.sh')
| -rw-r--r-- | configs/smalldeploy/profiledef.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/smalldeploy/profiledef.sh b/configs/smalldeploy/profiledef.sh index 7ec394b..f818845 100644 --- a/configs/smalldeploy/profiledef.sh +++ b/configs/smalldeploy/profiledef.sh @@ -18,4 +18,6 @@ airootfs_image_tool_options=('-zlzma,109' -E 'ztailpacking') bootstrap_tarball_compression=(zstd -c -T0 --long -19) file_permissions=( ["/etc/shadow"]="0:0:400" + ["/root"]="0:0:750" + ["/root/.automated_script.sh"]="0:0:755" ) |
