pub(crate) fn mount_tmpfs_for_overlay( base: Option<impl AsFd>, ) -> Result<OwnedFd>
Mount a tmpfs, inheriting the SELinux label from the base filesystem if provided. See https://github.com/containers/bootc/issues/1992.