vagrant/test/unit/plugins/synced_folders
Brian Cain cb0bd89ae1
Fixes #10289: Create proper tmp dir for ControlPath
Prior to this commit, when creating the ControlPath tmp dir for
socket path, Vagrant would simply rely on `rand(1000)` for making unique
dirs for rsyncing files which could result in collisions. This commit
updates that be properly using `Dir.mktmpdir` with a `vagrant-rsync-`
prefix.
2018-10-11 09:51:03 -07:00
..
nfs Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
rsync Fixes #10289: Create proper tmp dir for ControlPath 2018-10-11 09:51:03 -07:00
smb Move SMB credentials validation into host capability 2018-01-12 16:55:35 -08:00