I have a Windows 7 host and a Windows Server 2016 guest.
I have the following line in my Vagrantfile
:
config.vm.synced_folder ".", "c:/vagrant", type: "smb", smb_username: "xxx", smb_password: "xxx"
Doing a vagrant up
makes the folder containing theVagrantfile
(on the host) readable for everyone. How can I restrict this to the vagrant guest?