From 01773d2b86d9c6cb10d642c854143ef2dcc70bfc Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 28 Jul 2014 11:41:46 -0300 Subject: [configs/releng] Fix /root mode Thanks Izumi Natsuka for reporting this. Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/airootfs/root/customize_airootfs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/releng/airootfs/root/customize_airootfs.sh b/configs/releng/airootfs/root/customize_airootfs.sh index 9c85453..aecf7f1 100755 --- a/configs/releng/airootfs/root/customize_airootfs.sh +++ b/configs/releng/airootfs/root/customize_airootfs.sh @@ -9,6 +9,7 @@ ln -sf /usr/share/zoneinfo/UTC /etc/localtime usermod -s /usr/bin/zsh root cp -aT /etc/skel/ /root/ +chmod 700 /root useradd -m -p "" -g users -G "adm,audio,floppy,log,network,rfkill,scanner,storage,optical,power,wheel" -s /usr/bin/zsh arch -- cgit v1.2.3-54-g00ecf