2018-10-14 17:48:54 +00:00
|
|
|
# This is a systemd environment file, not a shell script.
|
|
|
|
# It provides settings for "/lib/systemd/system/qemu-guest-agent.service".
|
|
|
|
|
2023-01-12 14:06:23 +00:00
|
|
|
# Comma-separated blocked RPCs to disable, or empty list to enable all.
|
2018-10-14 17:48:54 +00:00
|
|
|
#
|
2023-01-12 14:06:23 +00:00
|
|
|
# You can get the list of RPC commands using "qemu-ga --block-rpcs='?'".
|
|
|
|
# There should be no spaces between commas and commands in the block list.
|
|
|
|
BLOCK_RPCS=guest-file-open,guest-file-close,guest-file-read,guest-file-write,guest-file-seek,guest-file-flush,guest-exec,guest-exec-status
|
2018-10-14 17:48:54 +00:00
|
|
|
|
|
|
|
# Fsfreeze hook script specification.
|
|
|
|
#
|
|
|
|
# FSFREEZE_HOOK_PATHNAME=/dev/null : disables the feature.
|
|
|
|
#
|
|
|
|
# FSFREEZE_HOOK_PATHNAME=/path/to/executable : enables the feature with the
|
|
|
|
# specified binary or shell script.
|
|
|
|
#
|
|
|
|
# FSFREEZE_HOOK_PATHNAME= : enables the feature with the
|
|
|
|
# default value (invoke "qemu-ga --help" to interrogate).
|
|
|
|
FSFREEZE_HOOK_PATHNAME=/etc/qemu-ga/fsfreeze-hook
|