nixos/qemu-vm: set security model for 'xchg' directory to 'none'

Co-authored-by: Michele Guerini Rocco <rnhmjoj@users.noreply.github.com>
This commit is contained in:
Anders Johan Jamtli
2024-04-22 05:41:11 +02:00
committed by GitHub
parent 11dfebc306
commit c16ff7f9f3

View File

@@ -1108,6 +1108,7 @@ in
xchg = {
source = ''"$TMPDIR"/xchg'';
securityModel = "none";
securityModel = "none";
target = "/tmp/xchg";
};
shared = {