From 11dfebc306f5bd905c79ead894cbb15366e63932 Mon Sep 17 00:00:00 2001 From: Anders Johan Jamtli Date: Sun, 21 Apr 2024 07:35:44 +0200 Subject: [PATCH] nixos/qemu-vm: set security model 'none' for shared xchg directory Co-authored-by: Michele Guerini Rocco --- nixos/modules/virtualisation/qemu-vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/virtualisation/qemu-vm.nix b/nixos/modules/virtualisation/qemu-vm.nix index db2e56c519d8..feddd0230721 100644 --- a/nixos/modules/virtualisation/qemu-vm.nix +++ b/nixos/modules/virtualisation/qemu-vm.nix @@ -1107,6 +1107,7 @@ in }; xchg = { source = ''"$TMPDIR"/xchg''; + securityModel = "none"; target = "/tmp/xchg"; }; shared = {