Skip to content

Commit 6127c2c

Browse files
committed
incusd/patches: Run authorization patches on all servers
Signed-off-by: Stéphane Graber <[email protected]>
1 parent ee1d8dd commit 6127c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/instance/drivers/driver_qemu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4870,7 +4870,7 @@ func (d *qemu) addTPMDeviceConfig(cfg *[]cfgSection, tpmConfig []deviceConfig.Ru
48704870
}
48714871
}
48724872

4873-
fd, err := unix.Open(socketPath, unix.O_PATH | unix.O_CLOEXEC, 0)
4873+
fd, err := unix.Open(socketPath, unix.O_PATH|unix.O_CLOEXEC, 0)
48744874
if err != nil {
48754875
return err
48764876
}

0 commit comments

Comments
 (0)