#!/bin/ksh unset SUDO_COMMAND export MKISOFS=/path/to/trusted/mkisofs exec growisofs "$@"So it seems I need to make that little wrapper, name it growisofs, rename the original growisofs, so that I can continue with using mondo.
Or better yet, you can replace exec growisofs with mondo command line in the above wrapper and sudo it instead. There is no need to rename growisofs. A.