Created
September 26, 2016 10:13
-
-
Save glimpsed/fd48bec2d4ae48ca850aff4274847611 to your computer and use it in GitHub Desktop.
Fix permissions for Virtualbox failing to launch on macOS Sierra (org.virtualbox.app.VirtualBox Service exited with abnormal code: 1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for bin in VirtualBox VirtualBoxVM VBoxNetAdpCtl VBoxNetDHCP VBoxNetNAT VBoxHeadless; do | |
sudo chmod u+s "/Applications/VirtualBox.app/Contents/MacOS/${bin}" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment