vagrant/plugins/hosts
Andy Fowler ae9c3e28d6 Fix #10961 NFS sharing in macOS 10.15 host
On OS X 10.15, / is read-only and paths inside of /Users (and elsewhere)
are mounted via a "firmlink" (which is a new invention in APFS). These
must be resolved to their full path to be shareable via NFS.

/Users/johnsmith/mycode  =>  /System/Volumes/Data/Users/johnsmith/mycode

We check to see if a path is mounted here with `df`, and prepend it.

Firmlinks are only createable by the OS and this wasn't supposed to be
visible to applications anyway:
https://developer.apple.com/videos/play/wwdc2019/710/?time=481
2019-10-08 13:21:34 -07:00
..
alt Spelling fixes 2018-03-14 14:41:04 +00:00
arch Spelling fixes 2018-03-14 14:41:04 +00:00
bsd Fix #10961 NFS sharing in macOS 10.15 host 2019-10-08 13:21:34 -07:00
darwin Include explicit start to ensure start 2018-01-12 14:25:37 -08:00
freebsd Fixes #10609: Properly set BSD options for /etc/exports 2019-06-13 11:44:12 -07:00
gentoo Spelling fixes 2018-03-14 14:41:04 +00:00
linux Fix sudo usage in exports write within linux host cap 2018-08-02 15:13:27 -07:00
null hosts/null: needs to accept env as param 2014-01-07 21:14:33 -08:00
redhat Spelling fixes 2018-03-14 14:41:04 +00:00
slackware Spelling fixes 2018-03-14 14:41:04 +00:00
suse Better NFS status check command for SUSE 2015-09-10 10:05:14 +02:00
void Fix NFS capability detection on Void Linux 2019-03-05 10:03:52 -08:00
windows Automatically answer yes when pruning SMB shares 2018-12-19 08:59:13 -08:00