fixed permission on created devices

This commit is contained in:
2026-02-18 23:50:40 +01:00
parent 0202cb4a7f
commit 6172d9e2aa
5 changed files with 68 additions and 1 deletions
+4
View File
@@ -16,3 +16,7 @@ func closeFDs(fds [2]int) {}
func fdToFile(fd int, name string) *os.File {
return nil
}
func fixVHCIDevicePermissions(port int) {
// Not applicable on Windows
}