495e37
# This is a systemd environment file, not a shell script.
495e37
# It provides settings for "/lib/systemd/system/qemu-guest-agent.service".
495e37
ed5979
# Comma-separated blocked RPCs to disable, or empty list to enable all.
495e37
#
ed5979
# You can get the list of RPC commands using "qemu-ga --block-rpcs='?'".
ed5979
# There should be no spaces between commas and commands in the block list.
ed5979
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
495e37
495e37
# Fsfreeze hook script specification.
495e37
#
495e37
# FSFREEZE_HOOK_PATHNAME=/dev/null           : disables the feature.
495e37
#
495e37
# FSFREEZE_HOOK_PATHNAME=/path/to/executable : enables the feature with the
495e37
# specified binary or shell script.
495e37
#
495e37
# FSFREEZE_HOOK_PATHNAME=                    : enables the feature with the
495e37
# default value (invoke "qemu-ga --help" to interrogate).
495e37
FSFREEZE_HOOK_PATHNAME=/etc/qemu-ga/fsfreeze-hook