Skip to content

Commit 013bd47

Browse files
kvinwangCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 6fbd1ce commit 013bd47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dstack/vmm/src/app/qemu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ impl VmConfig {
369369
"--tpmstate".into(),
370370
format!("dir={}", prepared.workdir.swtpm_state_dir().display()),
371371
"--ctrl".into(),
372-
format!("type=unixio,path={},mode=0666", socket.display()),
372+
format!("type=unixio,path={},mode=0600", socket.display()),
373373
"--flags".into(),
374374
"not-need-init,startup-clear".into(),
375375
];

0 commit comments

Comments
 (0)