github.com/containers/podman/v5@v5.1.0-rc1/test/compose/etc_hosts/teardown.sh (about)

     1  if ! is_rootless; then
     2      umount /etc/hosts
     3  else
     4      $PODMAN_BIN unshare umount /etc/hosts
     5  fi