Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-4127,...
[libguestfs.git] / recipes / export2tar.sh
1 #!/bin/sh -
2
3 guestfish --ro -a "$1" -m "$2" tgz-out "$3" "$4"