Commit f56b05d
fix: complete Lima networks.yaml with all required paths
The socketVMNet ownership check now passes (/opt/socket_vmnet works).
New failure: varRun resolved to '.' because Lima doesn't merge user
networks.yaml with system defaults — unspecified fields go to Go zero
values (''), which resolve to the current directory.
Include all three paths fields explicitly:
socketVMNet: /opt/socket_vmnet/bin/socket_vmnet
varRun: /private/var/run/lima
sudoers: /private/etc/sudoers.d/lima
Also install the sudoers file to /private/etc/sudoers.d/lima to match.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 64d6595 commit f56b05d
1 file changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | | - | |
63 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | | - | |
67 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
| |||
0 commit comments