I've thought about the following, but didn't test it. (I'm still using iohyve)
bhyve is located under /usr/sbin/
rename bhyve to bhyve-renamed
add a new script named bhyve
Code:
#!/bin/sh
/usr/sbin/bhyve-renamed -u $*
chown root:wheel bhyve
chmod 555 bhyve
This adds the option -u to every use of bhyve. I think this shouldn't be a problem.
Maybe someone could test this.