Skip to content

Instantly share code, notes, and snippets.

@j1n3l0
Created November 18, 2019 10:20
Show Gist options
  • Save j1n3l0/8fc3b662e1e3269e479e6b0cbc04b19e to your computer and use it in GitHub Desktop.
Save j1n3l0/8fc3b662e1e3269e479e6b0cbc04b19e to your computer and use it in GitHub Desktop.
Vagrant is currently configured to create VirtualBox synced folders with
the `SharedFoldersEnableSymlinksCreate` option enabled. If the Vagrant
guest is not trusted, you may want to disable this option. For more
information on this option, please refer to the VirtualBox manual:
https://www.virtualbox.org/manual/ch04.html#sharedfolders
This option can be disabled globally with an environment variable:
VAGRANT_DISABLE_VBOXSYMLINKCREATE=1
or on a per folder basis within the Vagrantfile:
config.vm.synced_folder '/host/path', '/guest/path', SharedFoldersEnableSymlinksCreate: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment