218e99
# This is a systemd environment file, not a shell script.
218e99
# It provides settings for "/lib/systemd/system/qemu-guest-agent.service".
218e99
218e99
# Comma-separated blacklist of RPCs to disable, or empty list to enable all.
218e99
#
218e99
# You can get the list of RPC commands using "qemu-ga --blacklist='?'".
218e99
# There should be no spaces between commas and commands in the blacklist.
218e99
BLACKLIST_RPC=guest-file-open,guest-file-close,guest-file-read,guest-file-write,guest-file-seek,guest-file-flush
218e99
218e99
# Fsfreeze hook script specification.
218e99
#
218e99
# FSFREEZE_HOOK_PATHNAME=/dev/null           : disables the feature.
218e99
#
218e99
# FSFREEZE_HOOK_PATHNAME=/path/to/executable : enables the feature with the
218e99
# specified binary or shell script.
218e99
#
218e99
# FSFREEZE_HOOK_PATHNAME=                    : enables the feature with the
218e99
# default value (invoke "qemu-ga --help" to interrogate).
218e99
FSFREEZE_HOOK_PATHNAME=/etc/qemu-ga/fsfreeze-hook