vagrant/plugins/providers/virtualbox
Jeff Bonhag d7a5f74897
Fixes #11128: Error if machine folder inaccessible (#11239)
This commit catches the Errno::EPERM raised by the operating system if
the machine folder is inaccessible and displays it as a more friendly
error message.

This can be an issue on macOS Catalina if virtual machine files are kept
in a special directory (Documents/Downloads/Desktop) that Vagrant's
embedded Ruby is not allowed to access.
2019-12-17 12:41:12 -05:00
..
action Fixes #11128: Error if machine folder inaccessible (#11239) 2019-12-17 12:41:12 -05:00
cap Add public_address cap for VirtualBox 2015-11-23 16:23:22 -05:00
driver Fixes #11249: Add VirtualBox provider support for version 6.1.x 2019-12-11 13:25:11 -08:00
model Use .key? instead of .has_key? 2015-01-05 18:29:01 -05:00
util Fix for #4608 2016-02-14 22:16:24 +11:00
action.rb Add initial disk builtin action 2019-11-22 14:40:23 -08:00
cap.rb Ensure non-existent machines do not attempt to list snapshots 2019-04-09 13:11:19 -07:00
config.rb Update default_nic_type implementation within VirtualBox provider 2018-11-26 15:58:45 -08:00
plugin.rb Fixes #11249: Add VirtualBox provider support for version 6.1.x 2019-12-11 13:25:11 -08:00
provider.rb virtualbox: Fix usability test to reject bad installs without crashing 2019-10-04 15:56:10 -07:00
synced_folder.rb Ensure true or false for automount option 2018-10-23 09:00:55 -07:00