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