nixos/qemu-vm: changed default security model
Changed the default security model for shared directories from 'none' to the 'mapped-xattr'. QEMU recommends using this option for its security and reliability benefits.
This commit is contained in:
parent
200e3a934b
commit
2c74da898e
@ -476,7 +476,7 @@ in
|
||||
};
|
||||
options.securityModel = mkOption {
|
||||
type = types.enum [ "passthrough" "mapped-xattr" "mapped-file" "none" ];
|
||||
default = "none";
|
||||
default = "mapped-xattr";
|
||||
description = lib.mdDoc ''
|
||||
The security model to use for this share:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user