fixed permission on created devices
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user