podman needs to relabel directories in exactly the same cases docker does. The difference is that podman cannot relabel /tmp. The reason it was working before is that in practice anyone using dbuild has already relabeled any directories that need relabeling, with the exception of /tmp, since it is recreated on every boot. Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com> Message-Id: <20191201235614.10511-2-espindola@scylladb.com>