# Path to socket_vmnet executable. Because socket_vmnet is invoked via sudo it should be1# installed where only root can modify/replace it. This means also none of the2# parent directories can be writable by the user.3#4# The varRun directory also must not be writable by the user because it will5# include the socket_vmnet pid file. Those will be terminated via sudo, so replacing6# the pid file would allow killing of arbitrary privileged processes. varRun7# however MUST be writable by the daemon user.8#9# None of the paths segments may be symlinks, why it has to be /private/var10# instead of /var etc.11paths:12# socketVMNet requires Lima >= 0.12 .13socketVMNet: "{{.SocketVMNet}}"14varRun: /private/var/run/lima15sudoers: /private/etc/sudoers.d/lima1617group: everyone1819networks:20user-v2:21mode: user-v222gateway: 192.168.104.123netmask: 255.255.255.024shared:25mode: shared26gateway: 192.168.105.127dhcpEnd: 192.168.105.25428netmask: 255.255.255.029bridged:30mode: bridged31interface: en032# bridged mode doesn't have a gateway; dhcp is managed by outside network33host:34mode: host35gateway: 192.168.106.136dhcpEnd: 192.168.106.25437netmask: 255.255.255.0383940