=== modified file 'sbin/container_sysroot_run' --- old/sbin/container_sysroot_run 2021-12-16 14:52:24 +0000 +++ new/sbin/container_sysroot_run 2021-12-16 13:37:35 +0000 @@ -22,11 +22,7 @@ if { touch ${CONTAINER_TMPFS}.lockfile } s6-setlock -n ${CONTAINER_TMPFS}.lockfile - -# This is non-POSIX but even busybox has these flags -if { find ${CONTAINER_TMPFS} -depth -mindepth 2 -delete } -#if { rm -rf ${CONTAINER_TMPFS} } - +if { rm -rf ${CONTAINER_TMPFS} } if { mkdir -p ${CONTAINER_TMPFS}/${tmpfs_dirs} } if { chmod 1770 ${CONTAINER_TMPFS}/${tmpfs_dirs} } if { chown root:${CONTAINER_USER} ${CONTAINER_TMPFS}/${tmpfs_dirs} }