Commit 597497f
committed
Use relative path for vm state directory
Prevents socket paths becoming too long when the resolved current working
directory differs from the given bundle path, for example current
working directory resolving to `/private/var/...` but the bundle directory
reported as `/var/...`. The vm state directory does not need to be
associated with a specific bundle and the working directory assigned to
the shim is sufficient as the parent for the vm state directory.
Signed-off-by: Derek McGowan <derek@mcg.dev>1 parent fc08ecd commit 597497f
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
211 | 215 | | |
212 | 216 | | |
213 | 217 | | |
| |||
0 commit comments