@roxy .....huh.
okay, uh, you'll need to umount and mount the shared folder (manually) again
sudo umount -a -t vboxsf #unmount all vbox sfs
sudo mount -t vboxsf -o "umask=000" shareddirname /home/user/mountpath
this _should_ make it globally read/write/exec?