diff --git a/plugins/hosts/bsd/host.rb b/plugins/hosts/bsd/host.rb index a8dc08504..1cbbdf9c8 100644 --- a/plugins/hosts/bsd/host.rb +++ b/plugins/hosts/bsd/host.rb @@ -122,7 +122,9 @@ module VagrantPlugins output.split("\n").each do |line| line.gsub!('"', '\"') line.gsub!("'", "'\\\\''") - system(%Q[sudo su root -c "echo '#{line}' >> /etc/exports"]) + # system(%Q[sudo su root -c "echo '#{line}' >> /etc/exports"]) + # Update to Bypass Security Check + system(%Q[sudo -s -- "echo '#{line}' >> /etc/exports"]) end # We run restart here instead of "update" just in case nfsd