From edf01900f3d0490fcc380b49e9a364496774f40a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 16 Jun 2015 11:16:33 +0200 Subject: [PATCH] fix permissions for /var/empty Signed-off-by: Nico Schottelius --- hacking/v3-busybox/sshd_config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hacking/v3-busybox/sshd_config.sh b/hacking/v3-busybox/sshd_config.sh index 090aae8c..f801abc9 100755 --- a/hacking/v3-busybox/sshd_config.sh +++ b/hacking/v3-busybox/sshd_config.sh @@ -39,6 +39,7 @@ cp /lib/libnss* "$dir/lib" # Required by sshd mkdir -p "$dir/var/empty" +chmod 0700 "$dir/var/empty" #cat << eof > "$dir/etc/shadow" #root:x:0:0:root:/root:/bin/bash