podman-build/test/compose/etc_hosts/teardown.sh
2025-10-11 12:30:35 +09:00

6 lines
95 B
Bash

if ! is_rootless; then
umount /etc/hosts
else
$PODMAN_BIN unshare umount /etc/hosts
fi