Documentation ¶
Overview ¶
Package filenames defines the names of the files that appear under an instance dir or inside the config directory.
See docs/internal.md .
Index ¶
Constants ¶
View Source
const ( ConfigDir = "_config" CacheDir = "_cache" // not yet implemented )
View Source
const ( UserPrivateKey = "user" UserPublicKey = UserPrivateKey + ".pub" )
View Source
const ( LimaYAML = "lima.yaml" CIDataISO = "cidata.iso" BaseDisk = "basedisk" DiffDisk = "diffdisk" QemuPID = "qemu.pid" QMPSock = "qmp.sock" SerialLog = "serial.log" SerialSock = "serial.sock" SSHSock = "ssh.sock" GuestAgentSock = "ga.sock" HostAgentPID = "ha.pid" HostAgentStdoutLog = "ha.stdout.log" HostAgentStderrLog = "ha.stderr.log" )
View Source
const LongestSock = SSHSock + ".1234567890123456"
LongestSock is the longest socket name. On macOS, the full path of the socket (excluding the NUL terminator) must be less than 104 characters. See unix(4).
On Linux, the full path must be less than 108 characters.
ssh appends 16 bytes of random characters when it first creates the socket: https://github.com/openssh/openssh-portable/blob/V_8_7_P1/mux.c#L1271-L1285
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.