Skip to content

Commit

Permalink
incusd/patches: Run authorization patches on all servers
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Dec 5, 2024
1 parent ee1d8dd commit 6127c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/instance/drivers/driver_qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -4870,7 +4870,7 @@ func (d *qemu) addTPMDeviceConfig(cfg *[]cfgSection, tpmConfig []deviceConfig.Ru
}
}

fd, err := unix.Open(socketPath, unix.O_PATH | unix.O_CLOEXEC, 0)
fd, err := unix.Open(socketPath, unix.O_PATH|unix.O_CLOEXEC, 0)
if err != nil {
return err
}
Expand Down

0 comments on commit 6127c2c

Please sign in to comment.