Is it possible to request authentication and start an external process elevated using QProcess on OSX? I need to run an install package under certain conditions which uses /usr/sbin/install but it fails due to requiring authentication. I can't seem to find a way to do it. Thanks.