summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt
diff options
context:
space:
mode:
authorSimon Rettberg2022-11-14 15:04:34 +0100
committerSimon Rettberg2022-11-14 15:04:34 +0100
commit62a16d62dc7937b8e905b1db142d7f811abdcd11 (patch)
tree7c422b7ff4133dc76261e3736e674890bad430d9 /core/modules/run-virt
parent[vbox-src] Clean up list of setuid binaries (diff)
downloadmltk-62a16d62dc7937b8e905b1db142d7f811abdcd11.tar.gz
mltk-62a16d62dc7937b8e905b1db142d7f811abdcd11.tar.xz
mltk-62a16d62dc7937b8e905b1db142d7f811abdcd11.zip
[run-virt] Document undefined behaviour
Diffstat (limited to 'core/modules/run-virt')
-rw-r--r--core/modules/run-virt/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/run-virt/README b/core/modules/run-virt/README
index 45178bbc..be0a47d1 100644
--- a/core/modules/run-virt/README
+++ b/core/modules/run-virt/README
@@ -157,6 +157,8 @@ Note that this is a floppy, not the cloud, so you're limited to 1.44MB of storag
Hook to set up read or write access to image. Here, only *.inc type hooks make sense, since they're
expected to set either VM_DISKFILE_RO or VM_DISKFILE_RW, depending on desired access.
+You should only ever set one of the two variables, as it is undefined what the individual
+virtualizer plugins will do if both variables are set.
# pre-exec.d/