From c16ff7f9f3f15723f77d4db13ef6ad6bb7619933 Mon Sep 17 00:00:00 2001 From: Anders Johan Jamtli Date: Mon, 22 Apr 2024 05:41:11 +0200 Subject: [PATCH] nixos/qemu-vm: set security model for 'xchg' directory to 'none' 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 feddd0230721..2456d6d573e7 100644 --- a/nixos/modules/virtualisation/qemu-vm.nix +++ b/nixos/modules/virtualisation/qemu-vm.nix @@ -1108,6 +1108,7 @@ in xchg = { source = ''"$TMPDIR"/xchg''; securityModel = "none"; + securityModel = "none"; target = "/tmp/xchg"; }; shared = {