From d39e2ba41bf556674501062742190c29ee11cd59 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Fri, 3 Jul 2020 14:44:29 +0300 Subject: Keep /root permissions as 750 The filesystem package installs /root as 750 not 700. Move chmod from customize_airootfs.sh to build.sh. --- configs/releng/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/releng/build.sh') diff --git a/configs/releng/build.sh b/configs/releng/build.sh index 6573613..73d22c8 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -131,6 +131,8 @@ make_customize_airootfs() { -r '/root/customize_airootfs.sh' run fi rm "${work_dir}/x86_64/airootfs/root/customize_airootfs.sh" + + chmod -f 750 "${work_dir}/x86_64/airootfs/root" } # Prepare kernel/initramfs ${install_dir}/boot/ -- cgit v1.2.3-54-g00ecf