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:
committed by
GitHub
parent
11dfebc306
commit
c16ff7f9f3
@@ -1108,6 +1108,7 @@ in
|
|||||||
xchg = {
|
xchg = {
|
||||||
source = ''"$TMPDIR"/xchg'';
|
source = ''"$TMPDIR"/xchg'';
|
||||||
securityModel = "none";
|
securityModel = "none";
|
||||||
|
securityModel = "none";
|
||||||
target = "/tmp/xchg";
|
target = "/tmp/xchg";
|
||||||
};
|
};
|
||||||
shared = {
|
shared = {
|
||||||
|
|||||||
Reference in New Issue
Block a user