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/airootfs/root/customize_airootfs.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/releng/airootfs') diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh index 7c79023..5be4027 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -7,7 +7,6 @@ locale-gen usermod -s /usr/bin/zsh root cp -aT /etc/skel/ /root/ -chmod 700 /root # unset the root password passwd -d root -- cgit v1.2.3-54-g00ecf